diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-02 05:20:01 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:22:37 +0800 |
commit | 4c2b7c67dd2a706b043f4be4a50726d68c425daa (patch) | |
tree | 095287206bbf0be1301ab2bb4ec8e4a586924604 /deskutils | |
parent | 94db908596920e29b91877f4e4c4174439c140c2 (diff) | |
download | freebsd-ports-gnome-4c2b7c67dd2a706b043f4be4a50726d68c425daa.tar.gz freebsd-ports-gnome-4c2b7c67dd2a706b043f4be4a50726d68c425daa.tar.zst freebsd-ports-gnome-4c2b7c67dd2a706b043f4be4a50726d68c425daa.zip |
The git repository has been removed upstream
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gnome-epub-thumbnailer/Makefile | 32 | ||||
-rw-r--r-- | deskutils/gnome-epub-thumbnailer/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-epub-thumbnailer/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/gnome-epub-thumbnailer/pkg-plist | 4 |
5 files changed, 0 insertions, 42 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 768d817ec346..41cfa473c46c 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -63,7 +63,6 @@ SUBDIR += gnome-contacts SUBDIR += gnome-dictionary SUBDIR += gnome-documents - SUBDIR += gnome-epub-thumbnailer SUBDIR += gnome-font-viewer SUBDIR += gnome-initial-setup SUBDIR += gnome-maps diff --git a/deskutils/gnome-epub-thumbnailer/Makefile b/deskutils/gnome-epub-thumbnailer/Makefile deleted file mode 100644 index 1d75e92d6cf8..000000000000 --- a/deskutils/gnome-epub-thumbnailer/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Gustau Perez <gustau.perez@gmail.com> -# $FreeBSD$ - -PORTNAME= gnome-epub-thumbnailer -PORTVERSION= 1.5 -PORTREVISION= 2 -CATEGORIES= deskutils gnome -MASTER_SITES= https://git.gnome.org/browse/gnome-epub-thumbnailer/snapshot/ -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Thumbnailer for EPub and MOBI books - -BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common - -USES= autoreconf:build gettext gmake libarchive libtool pathfix pkgconfig -USE_GNOME= gdkpixbuf2 gnomedesktop3 gnomeprefix gtk30 \ - intlhack libxml2 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -LDFLAGS+= -L${LOCALBASE}/lib -larchive - -post-patch: - @${REINPLACE_CMD} -e 's|gio-2.0 libarchive libxml-2.0|gio-2.0 libxml-2.0|g' \ - ${WRKSRC}/configure.ac - -pre-configure: - cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh - -.include <bsd.port.mk> diff --git a/deskutils/gnome-epub-thumbnailer/distinfo b/deskutils/gnome-epub-thumbnailer/distinfo deleted file mode 100644 index 652852ef9b81..000000000000 --- a/deskutils/gnome-epub-thumbnailer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome3/gnome-epub-thumbnailer-1.5.tar.gz) = dde1ebb6a95f69420d83beabbe55687c7e621404e4d0f4e890dc709f19d3f3d6 -SIZE (gnome3/gnome-epub-thumbnailer-1.5.tar.gz) = 13994 diff --git a/deskutils/gnome-epub-thumbnailer/pkg-descr b/deskutils/gnome-epub-thumbnailer/pkg-descr deleted file mode 100644 index da536a5699c3..000000000000 --- a/deskutils/gnome-epub-thumbnailer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Thumbnailer for EPub and MOBI books - -WWW: https://git.gnome.org/browse/gnome-epub-thumbnailer diff --git a/deskutils/gnome-epub-thumbnailer/pkg-plist b/deskutils/gnome-epub-thumbnailer/pkg-plist deleted file mode 100644 index 74ed262d3be1..000000000000 --- a/deskutils/gnome-epub-thumbnailer/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/gnome-epub-thumbnailer -bin/gnome-mobi-thumbnailer -share/thumbnailers/gnome-epub-thumbnailer.thumbnailer -share/thumbnailers/gnome-mobi-thumbnailer.thumbnailer |