summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23xcursor-themes 1.0.7HEADxcursor-themes-1.0.7masterAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-15Switch to XORG_DEFAULT_NOCODE_OPTIONSAlan Coopersmith2-6/+5
Stop running all sorts of compiler tests we don't need since there is no code in this module to compile. Requires xorg-macros 1.20. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-15configure: replace deprecated AC_HELP_STRING with AS_HELP_STRINGAlan Coopersmith1-1/+1
This silences an autoconf warning: configure.ac:31: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:31: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:31: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-02gitlab CI: add a basic build testAlan Coopersmith1-0/+96
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-02-14xcursor-themes 1.0.6xcursor-themes-1.0.6Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-16Update README for gitlab migrationAlan Coopersmith3-28/+20
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-10Add missing symlinks for whiteglassPaul Hebble2-2/+10
GNOME Shell crashes if your active cursor theme doesn't have a dnd-none cursor and you click and drag a window in the overview screen. This patch adds a symlink to fleur for the dnd-none cursor of whiteglass. Similarly for hand, hand1, and hand2 which are used by some browsers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-03-09xcursor-themes 1.0.5xcursor-themes-1.0.5Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2015-10-29Add copyright files for redglass and whiteglass themes.Keith Packard2-0/+41
Redglass was drawn by Keith Packard <keithp@keithp.com> Whiteglass was adapted from redglass; changes were done by Jorge Criado <jorge.criado@wanadoo.es> Signed-off-by: Keith Packard <keithp@keithp.com>
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-10-26config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-5/+5
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-07-16xcursor-themes 1.0.4xcursor-themes-1.0.4Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-02genmakefile.sh: split up EXTRA_DIST linesAlan Coopersmith4-6/+261
Single lines > 998 characters long make git send-email unhappy Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-02Create missing symlinks for cursor animationsAlan Coopersmith8-18/+122
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=6466 which was originally reported at http://bugs.gentoo.org/show_bug.cgi?id=116730 Finally finishes the conversion of the Imakefile CursorLinkTarget rules into the Makefile.cursor automake fragments generated by genmakefile.sh. (Since Makefile.cursor files are checked into git, the changes made in the generated files are included in this commit as well.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-02genmakefile.sh: fix autogeneration of handhelds/Makefile.cursorAlan Coopersmith3-44/+53
Previously handhelds/Makefile.cursor was manually fixed up after running genmakefile.sh, in order to get the cursor image files out of the redglass directory. This fixes the script to correctly generate the Makefile.cursor files without human intervention. After this change, the Makefile.cursor files produced in the redglass & whiteglass directories by genmakefile.sh are still identical to the versions currently checked into git. The Makefile.cursors in the handhelds directory is mostly identical to what was in git - it has lost the comments about needing human edits, and it has lost the dependencies on the pngs for the larger size cursors that aren't used in the handhelds cursor theme .cfg files (which just use the *-16.png sizes of redglass). The newly generated version is included in this commit. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-02genmakefile.sh: Change echo to printf for better portability & controlAlan Coopersmith1-12/+13
Solaris has too many echoes, some which support "-n" to not print newlines, others which simply treat it as another item to echo to stdout. The printf command is more portable, allows us better control over newline insertion and quoting, and easier to read indicators for tabs. After this change, when run on Solaris, the Makefile.cursors produced in the redglass & whiteglass directories by genmakefile.sh are identical to the versions currently checked into git. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-0/+7
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30xcursor-themes 1.0.3xcursor-themes-1.0.3Alan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-01-01configure: use "$PKG_CONFIG" rather than hard coded "pkg-config"Gaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-19configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-29Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-3/+4
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-29INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-2/+0
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-1/+1
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon4-9/+86
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-09-24xcursor-themes 1.0.2xcursor-themes-1.0.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-24Fill in COPYING and READMEAlan Coopersmith2-8/+46
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-24Remove unnecessary configure steps, since no C code is compiled hereAlan Coopersmith1-5/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-27Correct make distcheck.Paulo Cesar Pereira de Andrade3-7/+23
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos1-0/+2
2007-04-10Add a .gitignore fileAlan Coopersmith1-0/+7
2007-04-10Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith2-35/+9
2007-04-10Bug #10492: Redglass xcursor theme doesn't package the "watch" cursorMarcin 'Qrczak' Kowalczyk6-11/+13
X.Org Bugzilla #10492 <http://bugs.freedesktop.org/show_bug.cgi?id=10492> Patch #9402 <http://bugs.freedesktop.org/attachment.cgi?id=9402>
2005-12-21Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-09Get the cursor install dir from xcursor.pc.MODULAR_COPYKevin E Martin2-1/+7
2005-10-19Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-07Add .xcf files to distKevin E Martin6-6/+18
Add missing files to DIST and regenerate */Makefile.cursors
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-1/+3
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-28Fix handhelds cursor dependencies and EXTRA_DISTKevin E Martin1-38/+39