remove, this is actually deprecated by gnome-themes-standard
with and ok aja@
This commit is contained in:
parent
783ba8055a
commit
f5474e1464
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/05/13 12:17:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/05/13 12:52:39 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += desktop
|
||||
@ -7,7 +7,6 @@
|
||||
SUBDIR += icon-theme-extras
|
||||
SUBDIR += icon-theme-symbolic
|
||||
SUBDIR += notification-daemon
|
||||
SUBDIR += themes
|
||||
SUBDIR += user-docs
|
||||
SUBDIR += yelp
|
||||
|
||||
|
@ -1,26 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 09:17:49 jasper Exp $
|
||||
|
||||
COMMENT= themes collection for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-themes
|
||||
GNOME_VERSION= 3.0.0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= x11/gnome
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
x11/icon-naming-utils>=0.8.90
|
||||
RUN_DEPENDS= devel/gettext \
|
||||
x11/gtk3-engines
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/gnome-themes-3.0.0.tar.bz2) = VYbN87GCMvh+oT1iDvVbFQ==
|
||||
RMD160 (gnome/gnome-themes-3.0.0.tar.bz2) = W0drMhJ//3PaH6fk6SJUDO8t7yE=
|
||||
SHA1 (gnome/gnome-themes-3.0.0.tar.bz2) = PhzeRaHZ6KkkRedkZzXnxkE3RAo=
|
||||
SHA256 (gnome/gnome-themes-3.0.0.tar.bz2) = sne2BRhWUVcbciWpLhB1XLjOsNTj7vDoUTUxLwmB8ck=
|
||||
SIZE (gnome/gnome-themes-3.0.0.tar.bz2) = 2694619
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-common_mkiconlinks_sh,v 1.1.1.1 2011/05/13 09:17:49 jasper Exp $
|
||||
|
||||
Fix unsupported substitution.
|
||||
|
||||
--- common/mkiconlinks.sh.orig Fri Nov 14 18:31:18 2008
|
||||
+++ common/mkiconlinks.sh Fri Nov 14 18:34:45 2008
|
||||
@@ -16,7 +16,7 @@ read NEXTLINE
|
||||
while [ ! -z "$NEXTLINE" ] ; do
|
||||
|
||||
# Skip lines beginning with '#'
|
||||
- if [ ! "${NEXTLINE:0:1}" == '#' ]; then
|
||||
+ if ! echo ${NEXTLINE} | grep -q "^#" ; then
|
||||
#Extract first field, minus its trailing colon
|
||||
ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'`
|
||||
|
@ -1 +0,0 @@
|
||||
Themes collection for GNOME.
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user