Date: Thursday, December 24, 2020 @ 16:28:43
  Author: foutrelis
Revision: 404991

upgpkg: xfce4-smartbookmark-plugin 0.5.2-1: new upstream release

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD
  xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch

--------------------------------------------+
 PKGBUILD                                   |   12 ++++++------
 xfce4-smartbookmark-plugin-archlinux.patch |   15 ++++++++-------
 2 files changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-24 15:31:10 UTC (rev 404990)
+++ PKGBUILD    2020-12-24 16:28:43 UTC (rev 404991)
@@ -3,9 +3,9 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-smartbookmark-plugin
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
+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')
@@ -14,13 +14,13 @@
 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')
+sha256sums=('2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3'
+            '077092f164317327ccea49692fe166ad1dc7ff0cbbaf9863e5f0d11ca077b7e5')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+  patch -Np1 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
 }
 
 build() {

Modified: xfce4-smartbookmark-plugin-archlinux.patch
===================================================================
--- xfce4-smartbookmark-plugin-archlinux.patch  2020-12-24 15:31:10 UTC (rev 
404990)
+++ xfce4-smartbookmark-plugin-archlinux.patch  2020-12-24 16:28:43 UTC (rev 
404991)
@@ -1,10 +1,11 @@
---- 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);
+diff -upr xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c 
xfce4-smartbookmark-plugin-0.5.2/src/smartbookmark.c
+--- xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c  2020-12-24 
18:01:51.000000000 +0200
++++ xfce4-smartbookmark-plugin-0.5.2/src/smartbookmark.c       2020-12-24 
18:26:20.132328085 +0200
+@@ -173,8 +173,8 @@ static t_search *search_new(XfcePanelPlu
+     gtk_widget_set_valign(GTK_WIDGET(search->box), GTK_ALIGN_CENTER);
  
      /* default options */
--    search->url = "http://bugs.debian.org/";;
+-    search->url = "https://bugs.debian.org/";;
 -    search->label_text = "BTS";
 +    search->url = "https://bugs.archlinux.org/";;
 +    search->label_text = "ArchBug #";
@@ -11,11 +12,11 @@
      search->size = 5;
      search->hide_label = FALSE;
      /* read config file options */
-@@ -269,8 +269,8 @@
+@@ -209,8 +209,8 @@ static void search_read_config(t_search
      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->url = 
g_strdup(xfce_rc_read_entry(rcfile,"url","https://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/";));
 +        search->label_text = 
g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));

Reply via email to