[arch-commits] Commit in libfm/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Jul 10 06:57:37 UTC 2013


    Date: Wednesday, July 10, 2013 @ 08:57:36
  Author: bpiotrowski
Revision: 93766

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfm/repos/community-i686/PKGBUILD
    (from rev 93765, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
    (from rev 93765, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
    (from rev 93765, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
    (from rev 93765, libfm/trunk/libfm.install)
Deleted:
  libfm/repos/community-i686/PKGBUILD
  libfm/repos/community-i686/libfm.install
  libfm/repos/community-x86_64/PKGBUILD
  libfm/repos/community-x86_64/libfm.install

--------------------------------+
 /PKGBUILD                      |   74 +++++++++++++++++++++++++++++++++++++++
 /libfm.install                 |   30 +++++++++++++++
 community-i686/PKGBUILD        |   38 --------------------
 community-i686/libfm.install   |   15 -------
 community-x86_64/PKGBUILD      |   38 --------------------
 community-x86_64/libfm.install |   15 -------
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-10 06:57:26 UTC (rev 93765)
+++ community-i686/PKGBUILD	2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=libfm
-pkgver=1.1.0
-pkgrel=4
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-udisks \
-    --with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Temporary fix to FS#32361
-  rm $pkgdir/usr/include/libfm
-  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 93765, libfm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=libfm
+pkgver=1.1.0
+pkgrel=5
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-udisks \
+    --with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Temporary fix to FS#32361
+  rm "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===================================================================
--- community-i686/libfm.install	2013-07-10 06:57:26 UTC (rev 93765)
+++ community-i686/libfm.install	2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-i686/libfm.install (from rev 93765, libfm/trunk/libfm.install)
===================================================================
--- community-i686/libfm.install	                        (rev 0)
+++ community-i686/libfm.install	2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-10 06:57:26 UTC (rev 93765)
+++ community-x86_64/PKGBUILD	2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=libfm
-pkgver=1.1.0
-pkgrel=4
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-udisks \
-    --with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Temporary fix to FS#32361
-  rm $pkgdir/usr/include/libfm
-  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
-}

Copied: libfm/repos/community-x86_64/PKGBUILD (from rev 93765, libfm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=libfm
+pkgver=1.1.0
+pkgrel=5
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-udisks \
+    --with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Temporary fix to FS#32361
+  rm "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
+}

Deleted: community-x86_64/libfm.install
===================================================================
--- community-x86_64/libfm.install	2013-07-10 06:57:26 UTC (rev 93765)
+++ community-x86_64/libfm.install	2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-x86_64/libfm.install (from rev 93765, libfm/trunk/libfm.install)
===================================================================
--- community-x86_64/libfm.install	                        (rev 0)
+++ community-x86_64/libfm.install	2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+




More information about the arch-commits mailing list