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

2019-08-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 11, 2019 @ 23:19:55
  Author: foutrelis
Revision: 359654

upgpkg: xfce4-appfinder 4.14.0-1

New upstream release.

Modified:
  xfce4-appfinder/trunk/PKGBUILD
Deleted:
  xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch

--+
 0001-Use-non-legacy-icon-names.patch |   47 -
 PKGBUILD |   19 +++--
 2 files changed, 5 insertions(+), 61 deletions(-)

Deleted: 0001-Use-non-legacy-icon-names.patch
===
--- 0001-Use-non-legacy-icon-names.patch2019-08-11 23:15:39 UTC (rev 
359653)
+++ 0001-Use-non-legacy-icon-names.patch2019-08-11 23:19:55 UTC (rev 
359654)
@@ -1,47 +0,0 @@
-From 65e9020cb0d507a58e71eb31751d3eca0eb0cd59 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 8 Oct 2015 16:50:26 +0300
-Subject: [PATCH] Use non-legacy icon names
-
-gtk-find and gtk-execute are legacy icon names found in the GNOME icon
-theme, but they are not part of the Adwaita icon theme.
-
-In the GNOME icon theme, they map to edit-find and system-run via
-symlinks created by icon-naming-utils. Adwaita doesn't ship these
-symlinks. [1]
-
-[1] https://bugzilla.gnome.org/show_bug.cgi?id=729998

- data/xfce4-appfinder.desktop.in | 2 +-
- data/xfce4-run.desktop.in   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
-index c4bd6ca..dc34d21 100644
 a/data/xfce4-appfinder.desktop.in
-+++ b/data/xfce4-appfinder.desktop.in
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Version=1.0
- Exec=xfce4-appfinder
--Icon=gtk-find
-+Icon=edit-find
- StartupNotify=true
- Terminal=false
- Type=Application
-diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
-index 9611cd5..a888753 100644
 a/data/xfce4-run.desktop.in
-+++ b/data/xfce4-run.desktop.in
-@@ -2,7 +2,7 @@
- Version=1.0
- Type=Application
- Exec=xfce4-appfinder --collapsed
--Icon=gtk-execute
-+Icon=system-run
- StartupNotify=true
- Terminal=false
- Categories=Utility;X-XFCE;X-Xfce-Toplevel;
--- 
-2.6.1
-

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 23:15:39 UTC (rev 359653)
+++ PKGBUILD2019-08-11 23:19:55 UTC (rev 359654)
@@ -3,27 +3,18 @@
 # Contributor: tobias 
 
 pkgname=xfce4-appfinder
-pkgver=4.12.0
-pkgrel=5
+pkgver=4.14.0
+pkgrel=1
 pkgdesc="An application finder for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'garcon' 'xfconf' 'hicolor-icon-theme')
 makedepends=('intltool')
-replaces=('xfce-utils')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0001-Use-non-legacy-icon-names.patch)
-sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'
-'b829103bf33d6f1ec71e1448e469b1b1df3313f887a27b7479a7cbc67e06643f')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7ec175d4954fceb2e76cbfbca76ac4a4f53fe799d097a14117e7de68e88a4d98')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i ../0001-Use-non-legacy-icon-names.patch
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 16:36:05
  Author: foutrelis
Revision: 248504

upgpkg: xfce4-appfinder 4.12.0-2

Use non-legacy edit-find icon instead of gtk-find.

Added:
  
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
Modified:
  xfce4-appfinder/trunk/PKGBUILD

--+
 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch |   28 ++
 PKGBUILD |   14 +++--
 2 files changed, 39 insertions(+), 3 deletions(-)

Added: 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
===
--- 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
(rev 0)
+++ 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
2015-10-08 14:36:05 UTC (rev 248504)
@@ -0,0 +1,28 @@
+From 6fc44d1be25353353e6c1fcae9d98aea58c24eec Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Oct 2015 16:50:26 +0300
+Subject: [PATCH] Use non-legacy edit-find icon instead of gtk-find
+
+gtk-find is a legacy icon name found in the GNOME icon theme, but it's
+not part of the Adwaita icon theme. gtk-find maps to edit-find via a
+symlink so just use the latter.
+---
+ data/xfce4-appfinder.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
+index c4bd6ca..dc34d21 100644
+--- a/data/xfce4-appfinder.desktop.in
 b/data/xfce4-appfinder.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=1.0
+ Exec=xfce4-appfinder
+-Icon=gtk-find
++Icon=edit-find
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+-- 
+2.6.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:27:10 UTC (rev 248503)
+++ PKGBUILD2015-10-08 14:36:05 UTC (rev 248504)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-appfinder
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An application finder for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -15,9 +15,17 @@
 makedepends=('intltool')
 replaces=('xfce-utils')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
+sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'
+'2ccff201889a0cf27f2eb7003c3ce829e808abf181b6a900e0c861517b05f927')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i ../0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"