Date: Tuesday, July 8, 2014 @ 20:30:23 Author: bpiotrowski Revision: 115329
upgpkg: libfm 1.2.1-1 new upstream release Modified: libfm/trunk/PKGBUILD Deleted: libfm/trunk/hide-lxshortcut.patch -----------------------+ PKGBUILD | 17 ++++------------- hide-lxshortcut.patch | 22 ---------------------- 2 files changed, 4 insertions(+), 35 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-08 18:27:38 UTC (rev 115328) +++ PKGBUILD 2014-07-08 18:30:23 UTC (rev 115329) @@ -5,8 +5,8 @@ # Contributor: Juergen Hoetzel <juer...@archlinux.org> pkgname=libfm -pkgver=1.2.0 -pkgrel=6 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64') @@ -17,18 +17,9 @@ provides=('lxshortcut') conflicts=('lxshortcut') install=libfm.install -source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz - hide-lxshortcut.patch) -md5sums=('07d1361bc008db46b0fd4c775f5696de' - '49f7f47a3c59c83d1e7a7691eb1cccfe') +source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz) +md5sums=('9b4790594c2c80f440ce3238c5774d23') -prepare() { - cd $pkgname-$pkgver - - # Hide desktop entry of lxshortcut - patch -p1 -i ../hide-lxshortcut.patch -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ Deleted: hide-lxshortcut.patch =================================================================== --- hide-lxshortcut.patch 2014-07-08 18:27:38 UTC (rev 115328) +++ hide-lxshortcut.patch 2014-07-08 18:30:23 UTC (rev 115329) @@ -1,22 +0,0 @@ -From 4d2b79048573dd2fa1dee853230ccc45b1d9c8df Mon Sep 17 00:00:00 2001 -From: Andriy Grytsenko <and...@rep.kiev.ua> -Date: Tue, 25 Feb 2014 15:24:59 +0200 -Subject: [PATCH] [LP#1284401]The lxshortcut should not be present in the - menus. - ---- - data/lxshortcut.desktop.in | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/data/lxshortcut.desktop.in b/data/lxshortcut.desktop.in -index 8ef7bca..f60a63e 100644 ---- a/data/lxshortcut.desktop.in -+++ b/data/lxshortcut.desktop.in -@@ -8,3 +8,4 @@ Exec=lxshortcut -i %f - StartupNotify=true - Terminal=false - MimeType=application/x-desktop; -+NoDisplay=true --- -1.7.10.4 -