Changeset 5045
- Timestamp:
- 03/02/09 01:26:25 (4 years ago)
- Location:
- pkg/boss/non-free/human-icon-theme/trunk/debian
- Files:
-
- 1 deleted
- 5 edited
-
changelog (modified) (1 diff)
-
clean-up.sh (deleted)
-
control (modified) (1 diff)
-
control.in (modified) (1 diff)
-
human-icon-theme.links (modified) (1 diff)
-
rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/non-free/human-icon-theme/trunk/debian/changelog
r5018 r5045 5 5 - removed 01_make_type_scalable_for_missing_icons.patch, merged 6 6 upstream 7 - updated debian/rules to work with the current upstream source 7 8 8 -- Alan Baghumian <alan@technotux.org> Wed, 25 Feb 2009 19:14:21-08009 -- Alan Baghumian <alan@technotux.org> Sun, 01 Mar 2009 16:26:10 -0800 9 10 10 11 human-icon-theme (3:0.30.2.parsix-1) unstable; urgency=low -
pkg/boss/non-free/human-icon-theme/trunk/debian/control
r4223 r5045 3 3 Priority: optional 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> , Loic Minier <lool@dooz.org>5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 6 6 Build-Depends: debhelper (>= 5), 7 cdbs, 8 gnome-pkg-tools (>= 0.12.2) 7 cdbs 9 8 Build-Depends-Indep: libxml-parser-perl, 9 hicolor-icon-theme, 10 10 pkg-config (>= 0.19), 11 11 icon-naming-utils (>= 0.8.1), 12 libmagick 9-dev (>= 5.5.7),12 libmagickcore-dev | libmagick9-dev, 13 13 imagemagick (>= 5.5.7), 14 autotools-dev,15 14 librsvg2-dev (>= 2.12.3), 16 15 lsb-release, 17 autoconf,18 automake,19 16 intltool, 20 17 sharutils -
pkg/boss/non-free/human-icon-theme/trunk/debian/control.in
r4223 r5045 5 5 Uploaders: @GNOME_TEAM@ 6 6 Build-Depends: debhelper (>= 5), 7 cdbs, 8 gnome-pkg-tools (>= 0.12.2) 7 cdbs 9 8 Build-Depends-Indep: libxml-parser-perl, 9 hicolor-icon-theme, 10 10 pkg-config (>= 0.19), 11 11 icon-naming-utils (>= 0.8.1), 12 libmagick 9-dev (>= 5.5.7),12 libmagickcore-dev | libmagick9-dev, 13 13 imagemagick (>= 5.5.7), 14 autotools-dev,15 14 librsvg2-dev (>= 2.12.3), 16 15 lsb-release, 17 autoconf,18 automake,19 16 intltool, 20 17 sharutils -
pkg/boss/non-free/human-icon-theme/trunk/debian/human-icon-theme.links
r3464 r5045 104 104 usr/share/icons/Human/scalable/devices/gnome-dev-removable-usb.svg usr/share/icons/Human/scalable/devices/drive-removable-media-usb.svg 105 105 usr/share/icons/Human/scalable/devices/gnome-dev-media-sdmmc.svg usr/share/icons/Human/scalable/devices/media-flash.svg 106 106 usr/share/icons/Human/16x16/stock/generic/stock_folder-move.png usr/share/icons/Human/16x16/actions/folder-move.png 107 usr/share/icons/Human/16x16/stock/generic/stock_folder-copy.png usr/share/icons/Human/16x16/actions/folder-copy.png 108 /usr/share/icons/Human/16x16/apps/gnome-logout.png /usr/share/icons/Human/16x16/actions/system-log-out.png 109 /usr/share/icons/Human/22x22/apps/gnome-logout.png /usr/share/icons/Human/22x22/actions/system-log-out.png 110 /usr/share/icons/Human/24x24/apps/gnome-logout.png /usr/share/icons/Human/24x24/actions/system-log-out.png 111 /usr/share/icons/Human/48x48/apps/gnome-logout.png /usr/share/icons/Human/48x48/actions/system-log-out.png 112 /usr/share/icons/Human/scalable/apps/gnome-logout.png /usr/share/icons/Human/scalable/actions/system-log-out.png -
pkg/boss/non-free/human-icon-theme/trunk/debian/rules
r2917 r5045 2 2 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 include /usr/share/cdbs/1/class/gnome.mk 5 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 6 include /usr/share/cdbs/1/rules/simple-patchsys.mk 7 include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk 4 include /usr/share/cdbs/1/class/makefile.mk 8 5 9 6 DISTRO := $(shell lsb_release -si) 7 8 DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR) 9 ICON_DIR := debian/human-icon-theme/usr/share/icons/Human 10 10 DIRLIST := 22x22 24x24 48x48 11 11 … … 18 18 @echo "=== Building for distribution: $(DISTRO) ===" 19 19 find debian/$(DISTRO) -name '*.png' | xargs rm -fv 20 $(SHELL) debian/clean-up.sh21 22 makebuilddir/human-icon-theme::23 ./autogen.sh --prefix=/usr24 20 25 21 build: … … 31 27 fi 32 28 33 ICON_DIR := debian/human-icon-theme/usr/share/icons/Human 29 binary-post-install/human-icon-theme:: 30 dh_icons 34 31 35 binary-post-install/human-icon-theme::36 32 # replace the Ubuntu logos with the distribution overrides 37 33 if [ -d debian/$(DISTRO) ]; then \
Note: See TracChangeset
for help on using the changeset viewer.


