[arch-commits] Commit in libfm/repos (12 files)
Balló György
bgyorgy at nymeria.archlinux.org
Mon May 12 20:48:03 UTC 2014
Date: Monday, May 12, 2014 @ 22:48:03
Author: bgyorgy
Revision: 111071
archrelease: copy trunk to community-i686, community-x86_64
Added:
libfm/repos/community-i686/PKGBUILD
(from rev 111070, libfm/trunk/PKGBUILD)
libfm/repos/community-i686/hide-lxshortcut.patch
(from rev 111070, libfm/trunk/hide-lxshortcut.patch)
libfm/repos/community-i686/libfm.install
(from rev 111070, libfm/trunk/libfm.install)
libfm/repos/community-x86_64/PKGBUILD
(from rev 111070, libfm/trunk/PKGBUILD)
libfm/repos/community-x86_64/hide-lxshortcut.patch
(from rev 111070, libfm/trunk/hide-lxshortcut.patch)
libfm/repos/community-x86_64/libfm.install
(from rev 111070, libfm/trunk/libfm.install)
Deleted:
libfm/repos/community-i686/PKGBUILD
libfm/repos/community-i686/hide-lxshortcut.patch
libfm/repos/community-i686/libfm.install
libfm/repos/community-x86_64/PKGBUILD
libfm/repos/community-x86_64/hide-lxshortcut.patch
libfm/repos/community-x86_64/libfm.install
----------------------------------------+
/PKGBUILD | 96 +++++++++++++++++++++++++++++++
/hide-lxshortcut.patch | 44 ++++++++++++++
/libfm.install | 28 +++++++++
community-i686/PKGBUILD | 48 ---------------
community-i686/hide-lxshortcut.patch | 22 -------
community-i686/libfm.install | 14 ----
community-x86_64/PKGBUILD | 48 ---------------
community-x86_64/hide-lxshortcut.patch | 22 -------
community-x86_64/libfm.install | 14 ----
9 files changed, 168 insertions(+), 168 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-i686/PKGBUILD 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=libfm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'menu-cache' 'desktop-file-utils' 'libexif' 'dbus-glib')
-makedepends=('udisks' 'intltool' 'gtk-doc')
-replaces=('lxshortcut')
-provides=('lxshortcut')
-conflicts=('lxshortcut')
-install=libfm.install
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
- hide-lxshortcut.patch)
-md5sums=('07d1361bc008db46b0fd4c775f5696de'
- '88d447f4d425f6ae110a0495a5c8dae9')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Hide desktop entry of lxshortcut
- patch -Np1 -i ../hide-lxshortcut.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-udisks \
- --with-gnu-ld
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # Temporary fix to FS#32361
- rm -rf "$pkgdir"/usr/include/libfm
- mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-}
Copied: libfm/repos/community-i686/PKGBUILD (from rev 111070, libfm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=libfm
+pkgver=1.2.0
+pkgrel=5
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'menu-cache' 'desktop-file-utils' 'libexif' 'dbus-glib')
+makedepends=('udisks' 'intltool' 'gtk-doc')
+replaces=('lxshortcut')
+provides=('lxshortcut')
+conflicts=('lxshortcut')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
+ hide-lxshortcut.patch)
+md5sums=('07d1361bc008db46b0fd4c775f5696de'
+ '49f7f47a3c59c83d1e7a7691eb1cccfe')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # Hide desktop entry of lxshortcut
+ patch -Np1 -i ../hide-lxshortcut.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-udisks \
+ --with-gnu-ld
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # Temporary fix to FS#32361
+ rm -rf "$pkgdir"/usr/include/libfm
+ mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}
Deleted: community-i686/hide-lxshortcut.patch
===================================================================
--- community-i686/hide-lxshortcut.patch 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-i686/hide-lxshortcut.patch 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,22 +0,0 @@
-From 4d2b79048573dd2fa1dee853230ccc45b1d9c8df Mon Sep 17 00:00:00 2001
-From: Andriy Grytsenko <andrej at 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
-
Copied: libfm/repos/community-i686/hide-lxshortcut.patch (from rev 111070, libfm/trunk/hide-lxshortcut.patch)
===================================================================
--- community-i686/hide-lxshortcut.patch (rev 0)
+++ community-i686/hide-lxshortcut.patch 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,22 @@
+From 4d2b79048573dd2fa1dee853230ccc45b1d9c8df Mon Sep 17 00:00:00 2001
+From: Andriy Grytsenko <andrej at 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
+
Deleted: community-i686/libfm.install
===================================================================
--- community-i686/libfm.install 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-i686/libfm.install 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,14 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime > /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-
Copied: libfm/repos/community-i686/libfm.install (from rev 111070, libfm/trunk/libfm.install)
===================================================================
--- community-i686/libfm.install (rev 0)
+++ community-i686/libfm.install 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,14 @@
+post_install() {
+ update-mime-database /usr/share/mime > /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-x86_64/PKGBUILD 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=libfm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'menu-cache' 'desktop-file-utils' 'libexif' 'dbus-glib')
-makedepends=('udisks' 'intltool' 'gtk-doc')
-replaces=('lxshortcut')
-provides=('lxshortcut')
-conflicts=('lxshortcut')
-install=libfm.install
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
- hide-lxshortcut.patch)
-md5sums=('07d1361bc008db46b0fd4c775f5696de'
- '88d447f4d425f6ae110a0495a5c8dae9')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Hide desktop entry of lxshortcut
- patch -Np1 -i ../hide-lxshortcut.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-udisks \
- --with-gnu-ld
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # Temporary fix to FS#32361
- rm -rf "$pkgdir"/usr/include/libfm
- mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-}
Copied: libfm/repos/community-x86_64/PKGBUILD (from rev 111070, libfm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=libfm
+pkgver=1.2.0
+pkgrel=5
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'menu-cache' 'desktop-file-utils' 'libexif' 'dbus-glib')
+makedepends=('udisks' 'intltool' 'gtk-doc')
+replaces=('lxshortcut')
+provides=('lxshortcut')
+conflicts=('lxshortcut')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
+ hide-lxshortcut.patch)
+md5sums=('07d1361bc008db46b0fd4c775f5696de'
+ '49f7f47a3c59c83d1e7a7691eb1cccfe')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # Hide desktop entry of lxshortcut
+ patch -Np1 -i ../hide-lxshortcut.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-udisks \
+ --with-gnu-ld
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # Temporary fix to FS#32361
+ rm -rf "$pkgdir"/usr/include/libfm
+ mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}
Deleted: community-x86_64/hide-lxshortcut.patch
===================================================================
--- community-x86_64/hide-lxshortcut.patch 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-x86_64/hide-lxshortcut.patch 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,22 +0,0 @@
-From 4d2b79048573dd2fa1dee853230ccc45b1d9c8df Mon Sep 17 00:00:00 2001
-From: Andriy Grytsenko <andrej at 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
-
Copied: libfm/repos/community-x86_64/hide-lxshortcut.patch (from rev 111070, libfm/trunk/hide-lxshortcut.patch)
===================================================================
--- community-x86_64/hide-lxshortcut.patch (rev 0)
+++ community-x86_64/hide-lxshortcut.patch 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,22 @@
+From 4d2b79048573dd2fa1dee853230ccc45b1d9c8df Mon Sep 17 00:00:00 2001
+From: Andriy Grytsenko <andrej at 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
+
Deleted: community-x86_64/libfm.install
===================================================================
--- community-x86_64/libfm.install 2014-05-12 20:47:52 UTC (rev 111070)
+++ community-x86_64/libfm.install 2014-05-12 20:48:03 UTC (rev 111071)
@@ -1,14 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime > /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-
Copied: libfm/repos/community-x86_64/libfm.install (from rev 111070, libfm/trunk/libfm.install)
===================================================================
--- community-x86_64/libfm.install (rev 0)
+++ community-x86_64/libfm.install 2014-05-12 20:48:03 UTC (rev 111071)
@@ -0,0 +1,14 @@
+post_install() {
+ update-mime-database /usr/share/mime > /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
More information about the arch-commits
mailing list