[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (8 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jun 30 09:05:16 UTC 2014
Date: Monday, June 30, 2014 @ 11:05:15
Author: fyan
Revision: 215686
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
(from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 215685, xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 215685, xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
---------------------------------------------------------+
/PKGBUILD | 82 ++++++++++++++
/xfce4-smartbookmark-plugin-archlinux.patch | 48 ++++++++
extra-i686/PKGBUILD | 41 -------
extra-i686/xfce4-smartbookmark-plugin-archlinux.patch | 24 ----
extra-x86_64/PKGBUILD | 41 -------
extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch | 24 ----
6 files changed, 130 insertions(+), 130 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 09:04:24 UTC (rev 215685)
+++ extra-i686/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
- xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
- 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD (from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.4.5
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
+ xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
+ 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
===================================================================
--- extra-i686/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:04:24 UTC (rev 215685)
+++ extra-i686/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:05:15 UTC (rev 215686)
@@ -1,24 +0,0 @@
---- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100
-+++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100
-@@ -197,8 +197,8 @@
- box = gtk_vbox_new(FALSE, 0);
-
- /* default options */
-- search->url = "http://bugs.debian.org/";
-- search->label_text = "BTS";
-+ search->url = "http://bugs.archlinux.org/";
-+ search->label_text = "ArchBug #";
- search->size = 5;
- search->hide_label = FALSE;
- /* read config file options */
-@@ -269,8 +269,8 @@
- if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
- {
- xfce_rc_set_group(rcfile, NULL);
-- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
-- search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
-+ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.archlinux.org/"));
-+ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));
- search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
- search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
- }
Copied: xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch (from rev 215685, xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
===================================================================
--- extra-i686/xfce4-smartbookmark-plugin-archlinux.patch (rev 0)
+++ extra-i686/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:05:15 UTC (rev 215686)
@@ -0,0 +1,24 @@
+--- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100
++++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100
+@@ -197,8 +197,8 @@
+ box = gtk_vbox_new(FALSE, 0);
+
+ /* default options */
+- search->url = "http://bugs.debian.org/";
+- search->label_text = "BTS";
++ search->url = "http://bugs.archlinux.org/";
++ search->label_text = "ArchBug #";
+ search->size = 5;
+ search->hide_label = FALSE;
+ /* read config file options */
+@@ -269,8 +269,8 @@
+ if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
+ {
+ xfce_rc_set_group(rcfile, NULL);
+- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
+- search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
++ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.archlinux.org/"));
++ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));
+ search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
+ search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
+ }
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-06-30 09:04:24 UTC (rev 215685)
+++ extra-x86_64/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
- xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
- 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD (from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.4.5
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
+ xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
+ 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
===================================================================
--- extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:04:24 UTC (rev 215685)
+++ extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:05:15 UTC (rev 215686)
@@ -1,24 +0,0 @@
---- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100
-+++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100
-@@ -197,8 +197,8 @@
- box = gtk_vbox_new(FALSE, 0);
-
- /* default options */
-- search->url = "http://bugs.debian.org/";
-- search->label_text = "BTS";
-+ search->url = "http://bugs.archlinux.org/";
-+ search->label_text = "ArchBug #";
- search->size = 5;
- search->hide_label = FALSE;
- /* read config file options */
-@@ -269,8 +269,8 @@
- if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
- {
- xfce_rc_set_group(rcfile, NULL);
-- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
-- search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
-+ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.archlinux.org/"));
-+ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));
- search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
- search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
- }
Copied: xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch (from rev 215685, xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
===================================================================
--- extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch (rev 0)
+++ extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch 2014-06-30 09:05:15 UTC (rev 215686)
@@ -0,0 +1,24 @@
+--- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100
++++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100
+@@ -197,8 +197,8 @@
+ box = gtk_vbox_new(FALSE, 0);
+
+ /* default options */
+- search->url = "http://bugs.debian.org/";
+- search->label_text = "BTS";
++ search->url = "http://bugs.archlinux.org/";
++ search->label_text = "ArchBug #";
+ search->size = 5;
+ search->hide_label = FALSE;
+ /* read config file options */
+@@ -269,8 +269,8 @@
+ if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
+ {
+ xfce_rc_set_group(rcfile, NULL);
+- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
+- search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
++ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.archlinux.org/"));
++ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));
+ search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
+ search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
+ }
More information about the arch-commits
mailing list