summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-26 21:59:08 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-26 21:59:08 +0800
commit7b3aa976bdf9d24b584d880ad579072ca7246e60 (patch)
tree9cf5fe4c21077e2622bfc76ca82f1ab54e6f1730
parent1eb290debb1807fb63184cc7d7da5f931a40f8a0 (diff)
downloadmarcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar.gz
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar.bz2
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar.lz
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar.xz
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.tar.zst
marcuscom-ports-7b3aa976bdf9d24b584d880ad579072ca7246e60.zip
Manualy install the .pc file. Atleast evince configure wants it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13731 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--misc/gnome-icon-theme/Makefile8
-rw-r--r--misc/gnome-icon-theme/files/gnome-icon-theme.pc.in6
-rw-r--r--misc/gnome-icon-theme/pkg-plist1
3 files changed, 13 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index 59389d8eb..c34f090fd 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.134 2010/02/26 00:10:23 kwm Exp $
#
PORTNAME= gnome-icon-theme
PORTVERSION= 2.29.0
+PORTREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -26,8 +27,11 @@ USE_GNOME= gnomehack intlhack gtk20
INSTALLS_ICONS= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+SUB_FILES= gnome-icon-theme.pc
+SUB_LIST= PORTVERSION=${PORTVERSION}
post-install:
-# @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps
+ @${INSTALL_DATA} ${WRKDIR}/gnome-icon-theme.pc \
+ ${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>
diff --git a/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in b/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in
new file mode 100644
index 000000000..8ff6502a7
--- /dev/null
+++ b/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme
+Description: A collection of icons used as the basis for GNOME themes
+Version: %%PORTVERSION%%
+Requires:
+Libs:
+Cflags:
diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist
index 2f8587c0b..1c49c4464 100644
--- a/misc/gnome-icon-theme/pkg-plist
+++ b/misc/gnome-icon-theme/pkg-plist
@@ -1,3 +1,4 @@
+libdata/pkgconfig/gnome-icon-theme.pc
share/icons/gnome/16x16/actions/address-book-new.png
share/icons/gnome/16x16/actions/application-exit.png
share/icons/gnome/16x16/actions/appointment-new.png