diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:59:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:59:17 +0800 |
commit | a42d48ae5f29988bdf6bc29f40b0e541d78f0c02 (patch) | |
tree | ebfdc6f0e67f56ec264e9752cac27514dbaa53df /net-im | |
parent | 3811c60b1bac2c65b6479f513db67966d8a4a615 (diff) | |
download | marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.gz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.bz2 marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.lz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.xz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.zst marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.zip |
-Fix the plist.
-Add INSTALLS_OMF.
-Bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11509 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 4 | ||||
-rw-r--r-- | net-im/empathy/pkg-plist | 38 |
2 files changed, 27 insertions, 15 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index a1f0b59e7..8bcbc58e0 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.12 2008/09/01 16:43:10 ahze Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.13 2008/09/09 16:23:50 marcus Exp $ PORTNAME= empathy PORTVERSION= 2.23.92 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -25,6 +26,7 @@ USE_LDCONFIG= yes USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \ gnomepanel USE_AUTOTOOLS= libtool:15 +INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist index 6fbb8a1be..11915f66f 100644 --- a/net-im/empathy/pkg-plist +++ b/net-im/empathy/pkg-plist @@ -412,20 +412,6 @@ share/omf/empathy/empathy-sv.omf @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrm share/icons/hicolor/scalable/apps -@dirrm share/icons/hicolor/scalable -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/24x24/apps -@dirrm share/icons/hicolor/24x24 -@dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons @dirrm share/gnome/help/empathy/sv/figures @dirrm share/gnome/help/empathy/sv @dirrm share/gnome/help/empathy/fr/figures @@ -437,6 +423,30 @@ share/omf/empathy/empathy-sv.omf @dirrm share/gnome/help/empathy/C/figures @dirrm share/gnome/help/empathy/C @dirrm share/gnome/help/empathy +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/apps +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/apps +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/status +@dirrm %%DATADIR%%/icons/hicolor/32x32/apps +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/apps +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/apps +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/apps +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrm share/doc/libempathy-gtk @dirrm share/doc/libempathy @dirrmtry share/applications |