[arch-commits] Commit in xfce4-smartbookmark-plugin/repos/extra-x86_64 (4 files)

2020-12-24 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 24, 2020 @ 16:28:48
  Author: foutrelis
Revision: 404992

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 404991, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 404991, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

+
 PKGBUILD   |   88 +--
 xfce4-smartbookmark-plugin-archlinux.patch |   49 +++
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-24 16:28:43 UTC (rev 404991)
+++ PKGBUILD2020-12-24 16:28:48 UTC (rev 404992)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('3e28fb7cd2e2251e89a8715684081b862406e3fb4e6d8c0caa1b798a97703600'
-'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./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 
404991, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-24 16:28:48 UTC (rev 404992)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Allows you to send requests directly to your browser and perform a 
custom search"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3'
+'077092f164317327ccea49692fe166ad1dc7ff0cbbaf9863e5f0d11ca077b7e5')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./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: xfce4-smartbookmark-plugin-archlinux.patch
===
--- xfce4-smartbookmark-plugin-archlinux.patch  2020-12-24 16:28:43 UTC (rev 
404991)
+++ xfce4-smartbookmark-plugin-archlinux.patch  2020-12-24 16:28:48 UTC (rev 
404992)
@@ -1,24 +0,0 @@
 src/smartbookmark.c.redhat 2006-12-18 02:06:21.0 +0100
-+++ src/smartbookmark.c2006-12-18 02:11:33.0 +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 = "https://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","https://bugs.archlinux.org/;));

[arch-commits] Commit in xfce4-smartbookmark-plugin/repos/extra-x86_64 (4 files)

2019-08-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 14, 2019 @ 10:12:49
  Author: foutrelis
Revision: 359822

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 359821, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 359821, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

+
 PKGBUILD   |   88 +--
 xfce4-smartbookmark-plugin-archlinux.patch |   48 +++---
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-14 10:12:45 UTC (rev 359821)
+++ PKGBUILD2019-08-14 10:12:49 UTC (rev 359822)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
-arch=('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=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('139539c58d54d878de86ef8a882c793cd909981e6b888f7f9d5e230a8fe310a4'
-'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./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 
359821, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-14 10:12:49 UTC (rev 359822)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('3e28fb7cd2e2251e89a8715684081b862406e3fb4e6d8c0caa1b798a97703600'
+'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./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: xfce4-smartbookmark-plugin-archlinux.patch
===
--- xfce4-smartbookmark-plugin-archlinux.patch  2019-08-14 10:12:45 UTC (rev 
359821)
+++ xfce4-smartbookmark-plugin-archlinux.patch  2019-08-14 10:12:49 UTC (rev 
359822)
@@ -1,24 +0,0 @@
 src/smartbookmark.c.redhat 2006-12-18 02:06:21.0 +0100
-+++ src/smartbookmark.c2006-12-18 02:11:33.0 +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 = "https://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 = 

[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:18:42
  Author: andyrtr
Revision: 108106

archrelease: remove extra-x86_64

Deleted:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-x86_64)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:27:11
  Author: andyrtr
Revision: 80899

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 10:39:50
  Author: allan
Revision: 69495

archrelease: remove extra-x86_64

Deleted:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/