mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Update to 0.1.30
- Add LICENSE - Remove unneeded patch
This commit is contained in:
parent
21e244ab1b
commit
26027b14e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345719
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tumbler
|
||||
PORTVERSION= 0.1.29
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.1.30
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -13,6 +12,8 @@ DIST_SUBDIR= xfce4
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Thumbnail service for Xfce desktop
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xfce4/tumbler-0.1.29.tar.bz2) = c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93
|
||||
SIZE (xfce4/tumbler-0.1.29.tar.bz2) = 510398
|
||||
SHA256 (xfce4/tumbler-0.1.30.tar.bz2) = e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304
|
||||
SIZE (xfce4/tumbler-0.1.30.tar.bz2) = 515676
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ./plugins/cover-thumbnailer/cover-thumbnailer.c.orig 2013-01-12 11:14:28.000000000 +0000
|
||||
+++ ./plugins/cover-thumbnailer/cover-thumbnailer.c 2013-01-12 22:37:33.000000000 +0000
|
||||
@@ -274,7 +274,12 @@
|
||||
curl_handle = curl_easy_init ();
|
||||
curl_multi_add_handle (cover->curl_multi, curl_handle);
|
||||
/* curl_easy_setopt (curl_handle, CURLOPT_VERBOSE, TRUE); */
|
||||
+
|
||||
+ /* CURLOPT_TCP_KEEPALIVE appears from 7.25.0 */
|
||||
+#if LIBCURL_VERSION_MINOR >= 25
|
||||
curl_easy_setopt (curl_handle, CURLOPT_TCP_KEEPALIVE, TRUE);
|
||||
+#endif
|
||||
+
|
||||
curl_easy_setopt (curl_handle, CURLOPT_URL, url);
|
||||
curl_easy_setopt (curl_handle, CURLOPT_USERAGENT, PACKAGE_NAME "/" PACKAGE_VERSION);
|
||||
|
@ -45,20 +45,22 @@ libdata/pkgconfig/tumbler-1.pc
|
||||
share/dbus-1/services/org.xfce.Tumbler.Cache1.service
|
||||
share/dbus-1/services/org.xfce.Tumbler.Manager1.service
|
||||
share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerAbstractThumbnailer.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerCache.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerThumbnail.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerThumbnailerProvider.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerCache.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnail.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/api-index-full.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/extension-api.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/extension-tutorial.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/home.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/index.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/index.sgml
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/left-insensitive.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/left.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/miscellaneous.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/object-tree.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/pt01.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/right-insensitive.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/right.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/style.css
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/thumbnails.html
|
||||
@ -69,6 +71,7 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp2
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/up-insensitive.png
|
||||
%%APIDOCS%%share/gtk-doc/html/tumbler/up.png
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/tumbler.mo
|
||||
@ -79,6 +82,7 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/tumbler.mo
|
||||
@ -95,9 +99,11 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/tumbler.mo
|
||||
@ -109,17 +115,23 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/te/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/th/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/zh_HK/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/zh_HK
|
||||
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ug
|
||||
%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/te
|
||||
%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/si
|
||||
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/oc
|
||||
%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/kk
|
||||
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user