summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-08 00:32:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-08 00:32:01 +0800
commit3da7c50363676651f8e8ceb093a142b7c4569513 (patch)
treedfd4b45b9235f0b382ec95ea34726019a6aa0d06 /x11
parent5dce9ea631b1c671f59473145f65540b17889cc5 (diff)
downloadmarcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar.gz
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar.bz2
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar.lz
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar.xz
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.tar.zst
marcuscom-ports-3da7c50363676651f8e8ceb093a142b7c4569513.zip
Update to 0.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@733 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/themus/Makefile4
-rw-r--r--x11/themus/distinfo2
-rw-r--r--x11/themus/files/patch-configure49
3 files changed, 4 insertions, 51 deletions
diff --git a/x11/themus/Makefile b/x11/themus/Makefile
index d05975468..c6afd37ee 100644
--- a/x11/themus/Makefile
+++ b/x11/themus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= themus
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.5
CATEGORIES= x11 x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
@@ -22,6 +22,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \
diff --git a/x11/themus/distinfo b/x11/themus/distinfo
index ceaf52985..db2cd8cd9 100644
--- a/x11/themus/distinfo
+++ b/x11/themus/distinfo
@@ -1 +1 @@
-MD5 (gnome2/themus-0.1.4.tar.bz2) = c40ce61b89cf9982844418a4dc4fddc3
+MD5 (gnome2/themus-0.1.5.tar.bz2) = 6faeb16f8c60b6f1c9e19319964708ae
diff --git a/x11/themus/files/patch-configure b/x11/themus/files/patch-configure
index dc81175ed..ae66690be 100644
--- a/x11/themus/files/patch-configure
+++ b/x11/themus/files/patch-configure
@@ -8,52 +8,3 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -8109,23 +8110,23 @@
- else
- PKG_CONFIG_MIN_VERSION=0.9.0
- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-- echo "$as_me:$LINENO: checking for gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0" >&5
--echo $ECHO_N "checking for gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0" >&5
-+echo $ECHO_N "checking for gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0... $ECHO_C" >&6
-
-- if $PKG_CONFIG --exists "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0" ; then
-+ if $PKG_CONFIG --exists "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0" ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- succeeded=yes
-
- echo "$as_me:$LINENO: checking LIBTHEME_CFLAGS" >&5
- echo $ECHO_N "checking LIBTHEME_CFLAGS... $ECHO_C" >&6
-- LIBTHEME_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
-+ LIBTHEME_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
- echo "$as_me:$LINENO: result: $LIBTHEME_CFLAGS" >&5
- echo "${ECHO_T}$LIBTHEME_CFLAGS" >&6
-
- echo "$as_me:$LINENO: checking LIBTHEME_LIBS" >&5
- echo $ECHO_N "checking LIBTHEME_LIBS... $ECHO_C" >&6
-- LIBTHEME_LIBS=`$PKG_CONFIG --libs "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
-+ LIBTHEME_LIBS=`$PKG_CONFIG --libs "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
- echo "$as_me:$LINENO: result: $LIBTHEME_LIBS" >&5
- echo "${ECHO_T}$LIBTHEME_LIBS" >&6
- else
-@@ -8133,7 +8134,7 @@
- LIBTHEME_LIBS=""
- ## If we have a custom action on failure, don't print errors, but
- ## do set a variable so people can do so.
-- LIBTHEME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
-+ LIBTHEME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0"`
- echo $LIBTHEME_PKG_ERRORS
- fi
-
-@@ -8148,8 +8149,8 @@
- if test $succeeded = yes; then
- :
- else
-- { { echo "$as_me:$LINENO: error: Library requirements (gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
--echo "$as_me: error: Library requirements (gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
-+ { { echo "$as_me:$LINENO: error: Library requirements (gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-+echo "$as_me: error: Library requirements (gnome-vfs-module-2.0 >= 2.2.0 glib-2.0 >= 2.2.0 gnome-desktop-2.0 >= 2.2.1 gnome-vfs-2.0 >= 2.2.0 gconf-2.0 >= 1.0.0 gnome-window-settings-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
- { (exit 1); exit 1; }; }
- fi
-