Loading
Commits on Source 20
-
Philipp Ludwig authored
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>
-
Cosimo Cecchi authored
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.
-
Alan Coopersmith authored
Signed-off-by:Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:Alan Coopersmith <alan.coopersmith@oracle.com>
-
Drew Parsons authored
Merge tag 'libXcursor-1.2.0' of https://gitlab.freedesktop.org/xorg/lib/libxcursor into upstream-experimental libXcursor-1.2.0
-
Drew Parsons authored
-
Drew Parsons authored
-
Drew Parsons authored
-
Drew Parsons authored
Build-Depends: debhelper-compat (= 12)
-
Drew Parsons authored
-
Drew Parsons authored
remove auxiliary files (generated during build)
-
Drew Parsons authored
-
Drew Parsons authored
dh_install --list-missing is now deprecated
-
Drew Parsons authored
-
Drew Parsons authored
-
Drew Parsons authored
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 -
Drew Parsons authored
removes cruft files present in tarball but not in git source
-
Drew Parsons authored
-
Drew Parsons authored