diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-03 15:59:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-03 15:59:47 +0800 |
commit | 1f986a286560179e929b2a6ac059d490ff9974c4 (patch) | |
tree | 6b09ffbf0c77e49dc60567b10c4c1eb4c5eb8561 /graphics | |
parent | ad9e4664f08762902820e7ff24c5e21abfd40fa6 (diff) | |
download | marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar.gz marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar.bz2 marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar.lz marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar.xz marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.tar.zst marcuscom-ports-1f986a286560179e929b2a6ac059d490ff9974c4.zip |
Merged into ports, also lagged some versions behind with the ports version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18615 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 55 | ||||
-rw-r--r-- | graphics/gtk-update-icon-cache/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtk-update-icon-cache/pkg-descr | 3 |
3 files changed, 0 insertions, 60 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile deleted file mode 100644 index 9877ea970..000000000 --- a/graphics/gtk-update-icon-cache/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/trunk/graphics/gtk-update-icon-cache/Makefile 18610 2013-06-30 16:33:05Z marcus $ - -PORTNAME= gtk-update-icon-cache -PORTVERSION= 2.24.17 -CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= atk pango gdkpixbuf2 ltverhack introspection:build -USES= gettext pathfix pkgconfig shared-mime-info -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ - xcomposite -PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files -CONFIGURE_ARGS= --enable-static --with-xinput=yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -BUILD_WRKSRC= ${WRKSRC}/gtk -ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/gtk-update-icon-cache - -MAN1= gtk-update-icon-cache.1 - -.include <bsd.port.pre.mk> - -pre-configure: -.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc) - @${ECHO_CMD} "${PKGNAME}: Needs cairo with X11 support enabled." - @${FALSE} -.endif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \ - ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \ - ${PREFIX}/man/man1/ - -.include <bsd.port.post.mk> diff --git a/graphics/gtk-update-icon-cache/distinfo b/graphics/gtk-update-icon-cache/distinfo deleted file mode 100644 index e95c6ae93..000000000 --- a/graphics/gtk-update-icon-cache/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtk+-2.24.17.tar.xz) = e947b2b460156d98e8e38930b82458e1d613a71eb26e927f966f7081a640f415 -SIZE (gnome2/gtk+-2.24.17.tar.xz) = 13288028 diff --git a/graphics/gtk-update-icon-cache/pkg-descr b/graphics/gtk-update-icon-cache/pkg-descr deleted file mode 100644 index ce3c00694..000000000 --- a/graphics/gtk-update-icon-cache/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gtk-update-icon-cache util from the Gtk+ toolkits. - -WWW: http://www.gtk.org/ |