--- xcursor-themes-1.0.0.0.orig/debian/handhelds.theme +++ xcursor-themes-1.0.0.0/debian/handhelds.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=handhelds --- xcursor-themes-1.0.0.0.orig/debian/changelog +++ xcursor-themes-1.0.0.0/debian/changelog @@ -0,0 +1,17 @@ +xcursor-themes (1.0.0.0-0ubuntu1) dapper; urgency=low + + * New upstream release (1.0.0). + + -- Daniel Stone Mon, 19 Dec 2005 09:30:29 +1100 + +xcursor-themes (1.0.0-2) breezy; urgency=low + + * Add Conflicts/Replaces with old xlibs-data. + + -- Daniel Stone Tue, 12 Jul 2005 12:09:33 +1000 + +xcursor-themes (1.0.0-1) breezy; urgency=low + + * First xcursor-themes release. + + -- Daniel Stone Mon, 11 Jul 2005 15:07:19 +1000 --- xcursor-themes-1.0.0.0.orig/debian/compat +++ xcursor-themes-1.0.0.0/debian/compat @@ -0,0 +1 @@ +4 --- xcursor-themes-1.0.0.0.orig/debian/control +++ xcursor-themes-1.0.0.0/debian/control @@ -0,0 +1,18 @@ +Source: xcursor-themes +Section: x11 +Priority: optional +Maintainer: Daniel Stone +Build-Depends: debhelper (>= 4.0.0), xcursorgen | xbase-clients (<< 6.8.2-35) +Standards-Version: 3.6.1.0 + +Package: xcursor-themes +Architecture: all +Depends: ${misc:Depends} +Conflicts: xlibs-data (<< 6.8.2-35) +Replaces: xlibs-data (<< 6.8.2-35) +Description: Base X cursor themes + This package contains the base X cursor themes -- handhelds, redglass, and + whiteglass. These themes used to be contained in the xlibs-data package. They + are for use with the Xcursor library. + . + Please see libxcursor1 for more information. --- xcursor-themes-1.0.0.0.orig/debian/copyright +++ xcursor-themes-1.0.0.0/debian/copyright @@ -0,0 +1,2 @@ +This package is licensed under the MIT/X11 licence; please see +/usr/share/doc/x-common/copyright for full copyright information. --- xcursor-themes-1.0.0.0.orig/debian/core.theme +++ xcursor-themes-1.0.0.0/debian/core.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=core --- xcursor-themes-1.0.0.0.orig/debian/xcursor-themes.install +++ xcursor-themes-1.0.0.0/debian/xcursor-themes.install @@ -0,0 +1,2 @@ +usr/share/icons/* +etc/X11/cursors/* --- xcursor-themes-1.0.0.0.orig/debian/redglass.theme +++ xcursor-themes-1.0.0.0/debian/redglass.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=redglass --- xcursor-themes-1.0.0.0.orig/debian/rules +++ xcursor-themes-1.0.0.0/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f +# debian/rules for the Debian xcursor-themes package. +# Copyright © 2004 Scott James Remnant +# Copyright © 2005 Daniel Stone + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build=$(DEB_HOST_GNU_TYPE) +else + confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) +endif + + +build: build-stamp +build-stamp: + dh_testdir + + mkdir obj-$(DEB_BUILD_GNU_TYPE) + cd obj-$(DEB_BUILD_GNU_TYPE) && CFLAGS="$(CFLAGS)" \ + ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info --sysconfdir=/etc \ + $(confflags) + cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f config.cache config.log config.status + rm -f */config.cache */config.log */config.status + rm -f conftest* */conftest* + rm -rf autom4te.cache */autom4te.cache + rm -rf obj-* + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + install -d $(CURDIR)/debian/tmp/etc/X11/cursors + install -m 644 $(CURDIR)/debian/*.theme $(CURDIR)/debian/tmp/etc/X11/cursors/ + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + + dh_installdocs + dh_install --sourcedir=debian/tmp + dh_installchangelogs + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-independent files here. +binary-indep: build install +# Nothing to do + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- xcursor-themes-1.0.0.0.orig/debian/whiteglass.theme +++ xcursor-themes-1.0.0.0/debian/whiteglass.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=whiteglass