[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (2 files)

Eric Bélanger eric at archlinux.org
Wed Nov 2 05:08:27 UTC 2011


    Date: Wednesday, November 2, 2011 @ 01:08:27
  Author: eric
Revision: 141670

Upstream update, Remove xfce4-dev-tools makedepends, Remove old patch

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD
Deleted:
  xfce4-smartbookmark-plugin/trunk/0001-Fix-problems-with-plugin-and-4.8-panel.patch

---------------------------------------------------+
 0001-Fix-problems-with-plugin-and-4.8-panel.patch |   37 --------------------
 PKGBUILD                                          |   29 ++++++---------
 2 files changed, 12 insertions(+), 54 deletions(-)

Deleted: 0001-Fix-problems-with-plugin-and-4.8-panel.patch
===================================================================
--- 0001-Fix-problems-with-plugin-and-4.8-panel.patch	2011-11-02 03:17:44 UTC (rev 141669)
+++ 0001-Fix-problems-with-plugin-and-4.8-panel.patch	2011-11-02 05:08:27 UTC (rev 141670)
@@ -1,37 +0,0 @@
-From b1922538b26f9929bcd43df8728bf33afe06fbef Mon Sep 17 00:00:00 2001
-From: Nick Schermer <nick at 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
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-02 03:17:44 UTC (rev 141669)
+++ PKGBUILD	2011-11-02 05:08:27 UTC (rev 141670)
@@ -3,29 +3,24 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.2
-pkgrel=9
-pkgdesc="plugin for the Xfce4 panel that let you quicksearch from selected websites"
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel that let you quicksearch from selected websites"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool' 'libxt' 'xfce4-dev-tools')
+makedepends=('intltool' 'libxt')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.gz
-	xfce4-smartbookmark-plugin-archlinux.patch
-	0001-Fix-problems-with-plugin-and-4.8-panel.patch)
-md5sums=('284e26595637dd2e900b75534372496b'
-         '323ac898cfcfdb078f67f9ecd1905aec'
-         '6dc220fc41cd21678aad62c80a4c622f')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2
+	xfce4-smartbookmark-plugin-archlinux.patch)
+md5sums=('273e38306a82f14e1b8c2c5db912f6c3'
+         '323ac898cfcfdb078f67f9ecd1905aec')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix panel4.8  http://bugzilla.xfce.org/show_bug.cgi
-  patch -Np1 -i ${srcdir}/0001-Fix-problems-with-plugin-and-4.8-panel.patch
-  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch
-  xdt-autogen
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch"
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -36,6 +31,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list