diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-16 05:48:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-16 05:48:03 +0800 |
commit | 61656eb5009445a0ee6b8358b1ea7781125fb032 (patch) | |
tree | 160364eb4ac16872b952257a2523d4b30a92ffb4 /misc | |
parent | 2e49a75a12d0691f4cca96aa02f16c3533c04dea (diff) | |
download | freebsd-ports-graphics-61656eb5009445a0ee6b8358b1ea7781125fb032.tar.gz freebsd-ports-graphics-61656eb5009445a0ee6b8358b1ea7781125fb032.tar.zst freebsd-ports-graphics-61656eb5009445a0ee6b8358b1ea7781125fb032.zip |
Fix a long-standing bug, and enable NLS support. Also, convert to new
GNOME infrastructure.
Reported by: Rolf Grossmann <grossman@progtech.net>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 7 | ||||
-rw-r--r-- | misc/gnome-icon-theme/pkg-plist | 47 |
2 files changed, 51 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index ae0b6b4f15a..470af101de1 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-icon-theme PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -15,12 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of icons for the GNOME 2 desktop -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +USE_GNOME= gtk20 +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist index d7ba375aff9..a285216c265 100644 --- a/misc/gnome-icon-theme/pkg-plist +++ b/misc/gnome-icon-theme/pkg-plist @@ -269,6 +269,53 @@ share/icons/gnome/scalable/emblems/emblem-special.icon share/icons/gnome/scalable/emblems/emblem-special.svg share/icons/gnome/scalable/emblems/emblem-urgent.icon share/icons/gnome/scalable/emblems/emblem-urgent.svg +share/locale/am/LC_MESSAGES/gnome-icon-theme.mo +share/locale/az/LC_MESSAGES/gnome-icon-theme.mo +share/locale/be/LC_MESSAGES/gnome-icon-theme.mo +share/locale/bg/LC_MESSAGES/gnome-icon-theme.mo +share/locale/bn/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ca/LC_MESSAGES/gnome-icon-theme.mo +share/locale/cs/LC_MESSAGES/gnome-icon-theme.mo +share/locale/da/LC_MESSAGES/gnome-icon-theme.mo +share/locale/de/LC_MESSAGES/gnome-icon-theme.mo +share/locale/el/LC_MESSAGES/gnome-icon-theme.mo +share/locale/es/LC_MESSAGES/gnome-icon-theme.mo +share/locale/et/LC_MESSAGES/gnome-icon-theme.mo +share/locale/fa/LC_MESSAGES/gnome-icon-theme.mo +share/locale/fi/LC_MESSAGES/gnome-icon-theme.mo +share/locale/fr/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ga/LC_MESSAGES/gnome-icon-theme.mo +share/locale/he/LC_MESSAGES/gnome-icon-theme.mo +share/locale/hi/LC_MESSAGES/gnome-icon-theme.mo +share/locale/hu/LC_MESSAGES/gnome-icon-theme.mo +share/locale/id/LC_MESSAGES/gnome-icon-theme.mo +share/locale/is/LC_MESSAGES/gnome-icon-theme.mo +share/locale/it/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ja/LC_MESSAGES/gnome-icon-theme.mo +share/locale/kn/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ko/LC_MESSAGES/gnome-icon-theme.mo +share/locale/lv/LC_MESSAGES/gnome-icon-theme.mo +share/locale/mk/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ml/LC_MESSAGES/gnome-icon-theme.mo +share/locale/mn/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ms/LC_MESSAGES/gnome-icon-theme.mo +share/locale/nl/LC_MESSAGES/gnome-icon-theme.mo +share/locale/no/LC_MESSAGES/gnome-icon-theme.mo +share/locale/pl/LC_MESSAGES/gnome-icon-theme.mo +share/locale/pt/LC_MESSAGES/gnome-icon-theme.mo +share/locale/pt_BR/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ro/LC_MESSAGES/gnome-icon-theme.mo +share/locale/ru/LC_MESSAGES/gnome-icon-theme.mo +share/locale/sk/LC_MESSAGES/gnome-icon-theme.mo +share/locale/sl/LC_MESSAGES/gnome-icon-theme.mo +share/locale/sq/LC_MESSAGES/gnome-icon-theme.mo +share/locale/sv/LC_MESSAGES/gnome-icon-theme.mo +share/locale/th/LC_MESSAGES/gnome-icon-theme.mo +share/locale/tr/LC_MESSAGES/gnome-icon-theme.mo +share/locale/uk/LC_MESSAGES/gnome-icon-theme.mo +share/locale/vi/LC_MESSAGES/gnome-icon-theme.mo +share/locale/zh_CN/LC_MESSAGES/gnome-icon-theme.mo +share/locale/zh_TW/LC_MESSAGES/gnome-icon-theme.mo @dirrm share/icons/gnome/scalable/mimetypes @dirrm share/icons/gnome/scalable/filesystems @dirrm share/icons/gnome/scalable/emblems |