diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-13 06:55:48 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-13 06:55:48 +0000 |
commit | a9108b5e2113d2c85c5bc3ebb417285e796a6817 (patch) | |
tree | cd860423bfb1e593d83519898c08bb29d8532576 /deskutils | |
parent | 1489c98da6ff282e14ffaa94acac6c7f4c6376c3 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/steadyflow/Makefile | 32 | ||||
-rw-r--r-- | deskutils/steadyflow/distinfo | 2 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-Steadyflow_Services.vala | 14 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-cmake__FindExtraDeps.cmake | 40 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml | 11 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-install.cmake | 12 | ||||
-rw-r--r-- | deskutils/steadyflow/files/patch-vala-0.28 | 38 | ||||
-rw-r--r-- | deskutils/steadyflow/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/steadyflow/pkg-plist | 69 |
11 files changed, 0 insertions, 235 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 2de28e03446a..e7c95fa8397c 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -225,7 +225,6 @@ SUBDIR += simplegroupware SUBDIR += sliderule SUBDIR += spice-gtk - SUBDIR += steadyflow SUBDIR += strigi SUBDIR += strigiclient SUBDIR += strigidaemon diff --git a/deskutils/steadyflow/Makefile b/deskutils/steadyflow/Makefile deleted file mode 100644 index e1824ee5dc3f..000000000000 --- a/deskutils/steadyflow/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD$ - -PORTNAME= steadyflow -PORTVERSION= 0.2.0 -PORTREVISION= 2 -CATEGORIES= deskutils -MASTER_SITES= https://launchpadlibrarian.net/109019071/ \ - https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ - LOCAL/olivierd - -MAINTAINER= olivierd@FreeBSD.org -COMMENT= Simple download manager - -LICENSE= GPLv3 - -DEPRECATED= No new releases for years, consider using net/uget -EXPIRATION_DATE= 2015-11-12 - -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libnotify.so:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala - -USES= cmake gettext pkgconfig shebangfix tar:xz -SHEBANG_FILES= cmake/intltool-merge.pl -GLIB_SCHEMAS= net.launchpad.steadyflow.gschema.xml -USE_GNOME= glib20 gtk30 intltool -INSTALLS_ICONS= yes -CMAKE_ARGS= -DCOMPILE_GSETTINGS_ON_INSTALL:BOOL=ON \ - -DWANT_AYATANA:BOOL=OFF - -.include <bsd.port.mk> diff --git a/deskutils/steadyflow/distinfo b/deskutils/steadyflow/distinfo deleted file mode 100644 index 57f767224305..000000000000 --- a/deskutils/steadyflow/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (steadyflow-0.2.0.tar.xz) = ab1f23d52be78c952979ee0bb1778b8bf4664145c6fb28db219d516aae7dddb6 -SIZE (steadyflow-0.2.0.tar.xz) = 132744 diff --git a/deskutils/steadyflow/files/patch-CMakeLists.txt b/deskutils/steadyflow/files/patch-CMakeLists.txt deleted file mode 100644 index 1f6ba23425bd..000000000000 --- a/deskutils/steadyflow/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./CMakeLists.txt.orig 2012-06-30 12:39:35.000000000 +0000 -+++ ./CMakeLists.txt 2013-09-25 11:46:49.000000000 +0000 -@@ -48,7 +48,7 @@ - ) - - set(VALA_PACKAGES -- gee-1.0 -+ ${GEE_PACKAGE} - gio-2.0 - glib-2.0 - gtk+-3.0 diff --git a/deskutils/steadyflow/files/patch-Steadyflow_Services.vala b/deskutils/steadyflow/files/patch-Steadyflow_Services.vala deleted file mode 100644 index 95314d41d57e..000000000000 --- a/deskutils/steadyflow/files/patch-Steadyflow_Services.vala +++ /dev/null @@ -1,14 +0,0 @@ -Fix the compile with vala 0.24. Patch from upstream - - ---- Steadyflow/Services.vala.orig 2014-10-01 16:34:37.909464669 +0200 -+++ Steadyflow/Services.vala 2014-10-01 16:34:55.297464318 +0200 -@@ -61,7 +61,7 @@ - "information to the developer:\n\nError Code %d:\n\n%s").printf (e.code, message)); - - md.run (); -- exit(1); -+ GLib.Process.exit(1); - } - } - diff --git a/deskutils/steadyflow/files/patch-cmake__FindExtraDeps.cmake b/deskutils/steadyflow/files/patch-cmake__FindExtraDeps.cmake deleted file mode 100644 index 614e9fbaccdb..000000000000 --- a/deskutils/steadyflow/files/patch-cmake__FindExtraDeps.cmake +++ /dev/null @@ -1,40 +0,0 @@ ---- ./cmake/FindExtraDeps.cmake.orig 2012-06-30 12:39:35.000000000 +0000 -+++ ./cmake/FindExtraDeps.cmake 2013-09-25 12:11:22.000000000 +0000 -@@ -1,13 +1,31 @@ - message("-- Checking for libgee...") --pkg_check_modules(GEE gee-1.0) -+# libgee <= 0.6.x -+pkg_check_modules(GEE_10 gee-1.0) -+if(GEE_10_FOUND) -+ set(GEE_PACKAGE gee-1.0) -+ -+ set(EXTRA_DEP_INCLUDES ${EXTRA_DEP_INCLUDES} ${GEE_10_INCLUDE_DIRS}) -+ set(EXTRA_DEP_CFLAGS ${EXTRA_DEP_CFLAGS} ${GEE_10_CFLAGS_OTHER}) -+ set(EXTRA_DEP_LIBS ${EXTRA_DEP_LIBS} ${GEE_10_LDFLAGS}) -+ -+ set(GEE_FOUND true) -+else() -+ # libgee >= 0.8.x -+ pkg_check_modules(GEE_08 gee-0.8) -+ if(GEE_08_FOUND) -+ set(GEE_PACKAGE gee-0.8) -+ -+ set(EXTRA_DEP_INCLUDES ${EXTRA_DEP_INCLUDES} ${GEE_08_INCLUDE_DIRS}) -+ set(EXTRA_DEP_CFLAGS ${EXTRA_DEP_CFLAGS} ${GEE_08_CFLAGS_OTHER}) -+ set(EXTRA_DEP_LIBS ${EXTRA_DEP_LIBS} ${GEE_08_LDFLAGS}) -+ -+ set(GEE_FOUND true) -+ endif() -+endif() - message("-- Checking for libnotify >= 0.7...") - pkg_check_modules(LIBNOTIFY libnotify>=0.7) - --if(GEE_FOUND) -- set(EXTRA_DEP_INCLUDES ${EXTRA_DEP_INCLUDES} ${GEE_INCLUDE_DIRS}) -- set(EXTRA_DEP_CFLAGS ${EXTRA_DEP_CFLAGS} ${GEE_CFLAGS_OTHER}) -- set(EXTRA_DEP_LIBS ${EXTRA_DEP_LIBS} ${GEE_LDFLAGS}) --else() -+if(NOT GEE_FOUND) - message(FATAL_ERROR "libgee not found") - endif() - diff --git a/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml b/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml deleted file mode 100644 index b473e34ea345..000000000000 --- a/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- ./data/net.launchpad.steadyflow.gschema.xml.orig 2011-05-22 09:29:17.000000000 +0000 -+++ ./data/net.launchpad.steadyflow.gschema.xml 2012-09-01 11:09:47.000000000 +0000 -@@ -35,7 +35,7 @@ - <description>Show notification popups.</description> - </key> - <key name="start-minimized" type="b"> -- <default>true</default> -+ <default>false</default> - <description>Hide the main window when the application starts.</description> - </key> - <key name="default-post-download-action" enum="finish-action"> diff --git a/deskutils/steadyflow/files/patch-install.cmake b/deskutils/steadyflow/files/patch-install.cmake deleted file mode 100644 index 339b30b517b1..000000000000 --- a/deskutils/steadyflow/files/patch-install.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- install.cmake.orig 2011-07-26 21:54:45.000000000 +0200 -+++ install.cmake 2011-07-26 21:59:45.000000000 +0200 -@@ -5,8 +5,7 @@ - install(FILES ${CMAKE_SOURCE_DIR}/data/net.launchpad.steadyflow.gschema.xml - DESTINATION ${COMMON_DATA_DIR}/glib-2.0/schemas) - --install(FILES ${CMAKE_SOURCE_DIR}/data/steadyflow.1 DESTINATION ${COMMON_DATA_DIR}/man/man1) --install(CODE "execute_process(COMMAND gzip ${COMMON_DATA_DIR}/man/man1/steadyflow.1)") -+install(FILES ${CMAKE_SOURCE_DIR}/data/steadyflow.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1) - - if(COMPILE_GSETTINGS_ON_INSTALL) - add_gsettings_install_hook() diff --git a/deskutils/steadyflow/files/patch-vala-0.28 b/deskutils/steadyflow/files/patch-vala-0.28 deleted file mode 100644 index 9404c34cdd50..000000000000 --- a/deskutils/steadyflow/files/patch-vala-0.28 +++ /dev/null @@ -1,38 +0,0 @@ -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787875 - ->From 8a69e5adedc64aaf8c16ffb7c8e8cf23b416c5a8 Mon Sep 17 00:00:00 2001 -From: Rodolphe PELLOUX-PRAYER <rodolphe@damsy.net> -Date: Sun, 7 Jun 2015 16:33:27 +0200 -Subject: [PATCH] Fix ambiguous references between GLib.ListStore and - Gtk.ListStore GLib.ListStore is a new class in GIO and creates a conflict in - Vala 0.28. - -Closes: #787875 ---- - ...us-references-between-GLib.ListStore-and-.patch | 33 ++++++++++++++++++++++ - debian/patches/series | 1 + - 2 files changed, 34 insertions(+) - create mode 100644 debian/patches/0002-Fix-ambiguous-references-between-GLib.ListStore-and-.patch - -diff --git a/Steadyflow/FileListController.vala b/Steadyflow/FileListController.vala -index 43a65c4..ae71222 100644 ---- Steadyflow/FileListController.vala -+++ Steadyflow/FileListController.vala -@@ -27,7 +27,7 @@ public class FileListController : GLib.Object { - private static const double REDRAW_SEC = 0.2; - - private TreeView tree; -- private ListStore model; -+ private Gtk.ListStore model; - private string filter = ""; - private Timer redraw_timer; - -@@ -46,7 +46,7 @@ public class FileListController : GLib.Object { - column.pack_start (renderer, true); - column.set_cell_data_func (renderer, set_cell_data); - -- model = new ListStore.newv ({ typeof (IDownloadFile) }); -+ model = new Gtk.ListStore.newv ({ typeof (IDownloadFile) }); - tree.set_model (model); - tree.append_column (column); - diff --git a/deskutils/steadyflow/pkg-descr b/deskutils/steadyflow/pkg-descr deleted file mode 100644 index 04827c6baa6c..000000000000 --- a/deskutils/steadyflow/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Steadyflow is a GTK+ based download manager that aims for minimalism, and -ease of use. It should be easy to control, whether from the GUI, command -line, or D-Bus. - -WWW: https://launchpad.net/steadyflow diff --git a/deskutils/steadyflow/pkg-plist b/deskutils/steadyflow/pkg-plist deleted file mode 100644 index f2b3818615f1..000000000000 --- a/deskutils/steadyflow/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -bin/steadyflow -man/man1/steadyflow.1.gz -share/applications/steadyflow.desktop -share/icons/hicolor/16x16/apps/steadyflow.svg -share/icons/hicolor/22x22/apps/steadyflow.svg -share/icons/hicolor/24x24/apps/steadyflow.svg -share/icons/hicolor/32x32/apps/steadyflow.svg -share/icons/hicolor/48x48/apps/steadyflow.svg -share/icons/hicolor/64x64/apps/steadyflow.svg -share/icons/hicolor/scalable/apps/steadyflow.svg -share/locale/ar/LC_MESSAGES/steadyflow.mo -share/locale/ast/LC_MESSAGES/steadyflow.mo -share/locale/be/LC_MESSAGES/steadyflow.mo -share/locale/bg/LC_MESSAGES/steadyflow.mo -share/locale/bn/LC_MESSAGES/steadyflow.mo -share/locale/bs/LC_MESSAGES/steadyflow.mo -share/locale/ca/LC_MESSAGES/steadyflow.mo -share/locale/cs/LC_MESSAGES/steadyflow.mo -share/locale/da/LC_MESSAGES/steadyflow.mo -share/locale/de/LC_MESSAGES/steadyflow.mo -share/locale/el/LC_MESSAGES/steadyflow.mo -share/locale/en_AU/LC_MESSAGES/steadyflow.mo -share/locale/en_CA/LC_MESSAGES/steadyflow.mo -share/locale/en_GB/LC_MESSAGES/steadyflow.mo -share/locale/eo/LC_MESSAGES/steadyflow.mo -share/locale/es/LC_MESSAGES/steadyflow.mo -share/locale/et/LC_MESSAGES/steadyflow.mo -share/locale/eu/LC_MESSAGES/steadyflow.mo -share/locale/fa/LC_MESSAGES/steadyflow.mo -share/locale/fi/LC_MESSAGES/steadyflow.mo -share/locale/fo/LC_MESSAGES/steadyflow.mo -share/locale/fr/LC_MESSAGES/steadyflow.mo -share/locale/gl/LC_MESSAGES/steadyflow.mo -share/locale/gu/LC_MESSAGES/steadyflow.mo -share/locale/he/LC_MESSAGES/steadyflow.mo -share/locale/hi/LC_MESSAGES/steadyflow.mo -share/locale/hr/LC_MESSAGES/steadyflow.mo -share/locale/hu/LC_MESSAGES/steadyflow.mo -share/locale/id/LC_MESSAGES/steadyflow.mo -share/locale/it/LC_MESSAGES/steadyflow.mo -share/locale/ja/LC_MESSAGES/steadyflow.mo -share/locale/ka/LC_MESSAGES/steadyflow.mo -share/locale/ko/LC_MESSAGES/steadyflow.mo -share/locale/lt/LC_MESSAGES/steadyflow.mo -share/locale/ml/LC_MESSAGES/steadyflow.mo -share/locale/ms/LC_MESSAGES/steadyflow.mo -share/locale/my/LC_MESSAGES/steadyflow.mo -share/locale/nb/LC_MESSAGES/steadyflow.mo -share/locale/nl/LC_MESSAGES/steadyflow.mo -share/locale/nn/LC_MESSAGES/steadyflow.mo -share/locale/pl/LC_MESSAGES/steadyflow.mo -share/locale/pt/LC_MESSAGES/steadyflow.mo -share/locale/pt_BR/LC_MESSAGES/steadyflow.mo -share/locale/ro/LC_MESSAGES/steadyflow.mo -share/locale/ru/LC_MESSAGES/steadyflow.mo -share/locale/si/LC_MESSAGES/steadyflow.mo -share/locale/sk/LC_MESSAGES/steadyflow.mo -share/locale/sl/LC_MESSAGES/steadyflow.mo -share/locale/sr/LC_MESSAGES/steadyflow.mo -share/locale/sv/LC_MESSAGES/steadyflow.mo -share/locale/te/LC_MESSAGES/steadyflow.mo -share/locale/tr/LC_MESSAGES/steadyflow.mo -share/locale/uk/LC_MESSAGES/steadyflow.mo -share/locale/vi/LC_MESSAGES/steadyflow.mo -share/locale/zh_CN/LC_MESSAGES/steadyflow.mo -share/locale/zh_TW/LC_MESSAGES/steadyflow.mo -%%DATADIR%%/ui/AddFileDialog.ui -%%DATADIR%%/ui/MainWindow.ui -%%DATADIR%%/ui/PreferencesDialog.ui |