diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-15 11:37:21 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-15 11:37:21 -0300 |
commit | a1ae9076f18ec51553e17dfe867f95b6b4931362 (patch) | |
tree | c0ca52078abd65c9f3d4c40cf871bbae7d17d5c2 /extra/xfce4-smartbookmark-plugin | |
parent | 7caeeae33fd491dbea5044168bbc50197963118c (diff) | |
parent | 28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/asunder/PKGBUILD
community/gshare/PKGBUILD
community/kim4/PKGBUILD
community/listen/PKGBUILD
community/mercury/PKGBUILD
core/eglibc/nscd
Diffstat (limited to 'extra/xfce4-smartbookmark-plugin')
-rw-r--r-- | extra/xfce4-smartbookmark-plugin/0001-Fix-problems-with-plugin-and-4.8-panel.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/xfce4-smartbookmark-plugin/0001-Fix-problems-with-plugin-and-4.8-panel.patch b/extra/xfce4-smartbookmark-plugin/0001-Fix-problems-with-plugin-and-4.8-panel.patch deleted file mode 100644 index c23e8ec78..000000000 --- a/extra/xfce4-smartbookmark-plugin/0001-Fix-problems-with-plugin-and-4.8-panel.patch +++ /dev/null @@ -1,37 +0,0 @@ -From b1922538b26f9929bcd43df8728bf33afe06fbef Mon Sep 17 00:00:00 2001 -From: Nick Schermer <nick@xfce.org> -Date: Thu, 27 Jan 2011 22:29:16 +0100 -Subject: [PATCH] Fix problems with plugin and 4.8 panel. - ---- - configure.ac | 2 +- - src/smartbookmark.desktop.in.in | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 1ba88d4..cb344f5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -25,7 +25,7 @@ XDT_I18N([ca cs en_GB eu fr hu it pl pt_PT sq zh_TW]) - dnl Check for required packages - XDT_CHECK_LIBX11_REQUIRE() - XDT_CHECK_PACKAGE([GDK], [gdk-2.0], [2.0]) --XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfce4panel-1.0], [4.2]) -+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2]) - XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20]) - - XDT_FEATURE_DEBUG() -diff --git a/src/smartbookmark.desktop.in.in b/src/smartbookmark.desktop.in.in -index 83464ff..7bafece 100644 ---- a/src/smartbookmark.desktop.in.in -+++ b/src/smartbookmark.desktop.in.in -@@ -4,5 +4,5 @@ Encoding=UTF-8 - _Name=SmartBookmark - _Comment=Query websites from the Xfce panel - Icon=gtk-preferences --X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so -+X-XFCE-Module=smartbookmark - X-XFCE-Unique=false --- -1.7.3.5 - |