-
f64a8cc1
by Philipp Ludwig
at 2018-03-24T06:22:22Z
Fix crash when encountering cursor themes with circular dependencies.
https://bugs.freedesktop.org/show_bug.cgi?id=3603
Signed-off-by: Philipp Ludwig <git-devel@philippludwig.net>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-
2263c196
by Cosimo Cecchi
at 2018-11-10T04:06:41Z
Support XDG user data dir location
Nowadays ~/.icons is not used anymore as the preferred location for
custom user icon themes; XDG_DATA_HOME/icons (aka ~/.local/share/icons)
is what toolkits like GTK prefer.
Prepend that location to the default xcursor path, so that cursor
themes installed there can be used by apps and toolkits that use
libXcursor.
-
53445608
by Alan Coopersmith
at 2018-11-20T05:47:26Z
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-
8ff96059
by Alan Coopersmith
at 2018-12-08T03:41:07Z
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-
b84b5d10
by Alan Coopersmith
at 2019-03-11T00:36:26Z
libXcursor 1.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-
9a93e9b8
by Drew Parsons
at 2019-03-27T17:26:58Z
Merge tag 'libXcursor-1.2.0' of https://gitlab.freedesktop.org/xorg/lib/libxcursor into upstream-experimental
libXcursor-1.2.0
-
29073963
by Drew Parsons
at 2019-03-27T17:31:32Z
Merge branch 'upstream-experimental' into debian-experimental
-
ae43b3d7
by Drew Parsons
at 2019-03-27T17:33:11Z
mark new upstream release in changelog
-
efb66c64
by Drew Parsons
at 2019-03-27T17:38:37Z
Standards-Version: 4.3.0
-
5b3fe0ec
by Drew Parsons
at 2019-03-27T17:40:18Z
debhelper compatibility level 12
Build-Depends: debhelper-compat (= 12)
-
efd92bfc
by Drew Parsons
at 2019-03-27T18:14:47Z
remove auxiliary files (present in tarball, not upstream git)
-
78047aff
by Drew Parsons
at 2019-03-27T18:18:15Z
Merge branch 'upstream-experimental' into debian-experimental
remove auxiliary files (generated during build)
-
d1c4a82d
by Drew Parsons
at 2019-03-27T18:33:06Z
specify dh $@ --with autoreconf
-
3ed2600f
by Drew Parsons
at 2019-03-27T18:34:43Z
use dh_missing --list-missing
dh_install --list-missing is now deprecated
-
d7096199
by Drew Parsons
at 2019-03-27T18:38:17Z
update uscan paths in debian/watch
-
225dd701
by Drew Parsons
at 2019-03-27T18:42:39Z
upload 1:1.2.0-1 to experimental
-
f4d43178
by Drew Parsons
at 2019-03-28T02:39:31Z
remove cruft files not present in upstream git
remove all files to get a clean branch, then checkout each file
individually from the upstream tag:
rm -r *
git fetch origin +refs/tags/libXcursor-1.2.0:refs/tags/libXcursor-1.2.0
for file in git diff --name-status | awk '/^[CDMRTUX]/ {print $2}';
do git checkout refs/tags/libXcursor-1.2.0 $file;
done
-
6ca36a2c
by Drew Parsons
at 2019-03-28T02:44:35Z
Merge branch 'upstream-experimental' into debian-experimental
removes cruft files present in tarball but not in git source
-
214214fc
by Drew Parsons
at 2019-07-14T02:42:05Z
Standards-Version: 4.4.0
-
b5964b1e
by Drew Parsons
at 2019-07-14T02:42:56Z
upload 1:1.2.0-2 to unstable