import gnome-themes 3.0.0

Themes collection for GNOME.

ok aja@
This commit is contained in:
jasper 2011-05-13 09:17:49 +00:00
parent bee60c698c
commit 23b12bc2cd
5 changed files with 3263 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $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>

View File

@ -0,0 +1,5 @@
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

View File

@ -0,0 +1,15 @@
$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/://'`

View File

@ -0,0 +1 @@
Themes collection for GNOME.

3216
x11/gnome3/themes/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff