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

2016-07-12 Thread Balló György
Date: Tuesday, July 12, 2016 @ 22:58:46
  Author: bgyorgy
Revision: 182803

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

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

+
 /PKGBUILD  |  252 +++
 community-i686/PKGBUILD|  129 -
 community-i686/libfm-gtk.install   |   11 -
 community-i686/libfm.install   |   11 -
 community-x86_64/PKGBUILD  |  129 -
 community-x86_64/libfm-gtk.install |   11 -
 community-x86_64/libfm.install |   11 -
 7 files changed, 252 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-12 22:57:59 UTC (rev 182802)
+++ community-i686/PKGBUILD 2016-07-12 22:58:46 UTC (rev 182803)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgbase=libfm
-pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'gtk3' 'libexif' 'menu-cache' 
'shared-mime-info')
-makedepends=('udisks' 'intltool' 'gtk-doc')
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-md5sums=('74997d75e7e87dc73398746fd373bf52')
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---enable-gtk-doc \
---with-gnu-ld
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---with-gnu-ld \
---with-gtk=3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_libfm() {
-  depends=('dbus-glib' 'libexif' "libfm-extra=$pkgver" 'menu-cache' 
'shared-mime-info')
-  install=libfm.install
-
-  cd gtk2
-  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
-
-  # Split libfm-extra
-  [[ -d $srcdir/libfm-extra ]] && rm -r "$srcdir/libfm-extra/"
-  mkdir "$srcdir"/libfm-extra
-  mv "$pkgdir"/usr/include/libfm/fm-{extra,version,xml-file}.h \
- "$pkgdir"/usr/lib/libfm-extra.* \
- "$pkgdir"/usr/lib/pkgconfig/libfm-extra.pc \
- "$srcdir/libfm-extra/"
-
-  # Split libfm-gtk2
-  [[ -d $srcdir/libfm-gtk2 ]] && rm -r "$srcdir/libfm-gtk2/"
-  mkdir "$srcdir"/libfm-gtk2
-  mv "$pkgdir/usr/bin" \
- "$pkgdir"/usr/lib/libfm-gtk.* \
- "$pkgdir"/usr/lib/libfm/modules/gtk-* \
- "$pkgdir/usr/lib/pkgconfig/libfm-gtk.pc" \
- "$pkgdir/usr/share/applications" \
- "$pkgdir/usr/share/man" \
- "$srcdir/libfm-gtk2/"
-}
-
-package_libfm-extra() {
-  pkgdesc="Extra library for file management" 
-  depends=('glib2')
-
-  cd "$srcdir"/libfm-extra
-  mkdir -p "$pkgdir"/usr/{include/libfm,lib/pkgconfig}
-  mv *.h "$pkgdir/usr/include/libfm"
-  mv libfm-extra.so* "$pkgdir/usr/lib"
-  mv libfm-extra.pc "$pkgdir/usr/lib/pkgconfig"
-}
-
-package_libfm-gtk2() {
-  pkgdesc='GTK+ 2 library for file management'
-  depends=('desktop-file-utils' 'gtk2' "libfm=$pkgver")
-  replaces=('lxshortcut')
-  provides=('lxshortcut')
-  conflicts=('lxshortcut')
-  install=libfm-gtk.install
-
-  cd "$srcdir"/libfm-gtk2
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv bin "$pkgdir/usr"
-  mv libfm-gtk.so* "$pkgdir"/usr/lib
-  mv gtk-* "$pkgdir"/usr/lib/libfm/modules
-  mv libfm-gtk.pc "$pkgdir/usr/lib/pkgconfig"
-  mv applications "$pkgdir/usr/share"
-  mv man "$pkgdir/usr/share"
-}
-
-package_libfm-gtk3() {
-  pkgdesc='GTK+ 3 library for file management'
-  depends=('desktop-file-utils' 'gtk3' "libfm=$pkgver")
-  conflicts=('libfm-gtk2' 'lxshortcut')
-  install=libfm-gtk.install
-
-  cd gtk3
-  make DESTDIR="$srcdir"/libfm-gtk3 install
-
-  cd "$srcdir"/libfm-gtk3
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv usr/bin "$pkgdir/usr"
-  mv usr/lib/libfm-gtk3.so* "$pkgdir"/usr/lib
-  mv usr/lib/libfm/modules/gtk-* "$pkgdir"/usr/lib/l

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

2014-08-26 Thread Felix Yan
Date: Wednesday, August 27, 2014 @ 08:04:16
  Author: fyan
Revision: 117946

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 117945, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 117945, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 117945, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 117945, 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  |   78 +++
 /libfm.install |   28 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/libfm.install   |   14 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/libfm.install |   14 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-27 06:03:42 UTC (rev 117945)
+++ community-i686/PKGBUILD 2014-08-27 06:04:16 UTC (rev 117946)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.2.1
-pkgrel=1
-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)
-md5sums=('9b4790594c2c80f440ce3238c5774d23')
-
-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 117945, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-27 06:04:16 UTC (rev 117946)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.2.2.1
+pkgrel=1
+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)
+md5sums=('f898c480b142b56471377ef3a2810f2d')
+
+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/libfm.install
===
--- community-i686/libfm.install2014-08-27 06:03:42 UTC (rev 117945)
+++ community-i686/libfm.install2014-08-27 06:04:16 UTC (rev 117946)
@@ -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 117945, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2014-08-27 06:04:16 UTC (rev 117946)
@@ -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-08-27 06:03:42 UTC (rev 117945)
+++ community-x86_64/PKGBUILD   2014-08-27 06:04:16 UTC (rev 117946)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasqu

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

2014-02-20 Thread Bartłomiej Piotrowski
Date: Thursday, February 20, 2014 @ 13:14:35
  Author: bpiotrowski
Revision: 105979

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 105978, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 105978, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 105978, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 105978, 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  |   80 +++
 /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, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-20 12:14:25 UTC (rev 105978)
+++ community-i686/PKGBUILD 2014-02-20 12:14:35 UTC (rev 105979)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
-makedepends=('intltool')
-replaces=('lxshortcut')
-install=libfm.install
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-md5sums=('07d1361bc008db46b0fd4c775f5696de')
-
-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 -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 105978, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-20 12:14:35 UTC (rev 105979)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
+makedepends=('intltool' 'gtk-doc')
+replaces=('lxshortcut')
+provides=('lxshortcut')
+conflicts=('lxshortcut')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
+md5sums=('07d1361bc008db46b0fd4c775f5696de')
+
+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 -rf "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2014-02-20 12:14:25 UTC (rev 105978)
+++ community-i686/libfm.install2014-02-20 12:14:35 UTC (rev 105979)
@@ -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 105978, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2014-02-20 12:14:35 UTC (rev 105979)
@@ -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   2014-02-20 12:14:25 UTC (rev 105978)
+++ community-x8

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

2014-02-19 Thread Balló György
Date: Wednesday, February 19, 2014 @ 19:06:55
  Author: bgyorgy
Revision: 105946

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 105945, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 105945, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 105945, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 105945, 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  |   76 +++
 /libfm.install |   30 +++
 community-i686/PKGBUILD|   37 --
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 --
 community-x86_64/libfm.install |   15 ---
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-19 18:06:35 UTC (rev 105945)
+++ community-i686/PKGBUILD 2014-02-19 18:06:55 UTC (rev 105946)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
-makedepends=('intltool')
-install=libfm.install
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-md5sums=('07d1361bc008db46b0fd4c775f5696de')
-
-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 -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 105945, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-19 18:06:55 UTC (rev 105946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
+makedepends=('intltool')
+replaces=('lxshortcut')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
+md5sums=('07d1361bc008db46b0fd4c775f5696de')
+
+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 -rf "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2014-02-19 18:06:35 UTC (rev 105945)
+++ community-i686/libfm.install2014-02-19 18:06:55 UTC (rev 105946)
@@ -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 105945, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2014-02-19 18:06:55 UTC (rev 105946)
@@ -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   2014-02-19 18:06:35 UTC (rev 105945)
+++ community-x86_64/PKGBUILD   2014-02-19 18:06:55 UTC (rev 105946)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintai

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

2014-02-19 Thread Bartłomiej Piotrowski
Date: Wednesday, February 19, 2014 @ 11:30:07
  Author: bpiotrowski
Revision: 105923

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 105922, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 105922, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 105922, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 105922, 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|   37 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-19 10:29:56 UTC (rev 105922)
+++ community-i686/PKGBUILD 2014-02-19 10:30:07 UTC (rev 105923)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
-makedepends=('intltool')
-install=libfm.install
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-md5sums=('fd3ff9174e097ab3fd619e4a10fd822a')
-
-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 -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 105922, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-19 10:30:07 UTC (rev 105923)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
+makedepends=('intltool')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
+md5sums=('07d1361bc008db46b0fd4c775f5696de')
+
+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 -rf "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2014-02-19 10:29:56 UTC (rev 105922)
+++ community-i686/libfm.install2014-02-19 10:30:07 UTC (rev 105923)
@@ -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 105922, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2014-02-19 10:30:07 UTC (rev 105923)
@@ -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   2014-02-19 10:29:56 UTC (rev 105922)
+++ community-x86_64/PKGBUILD   2014-02-19 10:30:07 UTC (rev 105923)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Pi

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

2014-02-17 Thread Bartłomiej Piotrowski
Date: Monday, February 17, 2014 @ 14:45:08
  Author: bpiotrowski
Revision: 105876

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 105875, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 105875, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 105875, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 105875, 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|   37 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-17 13:44:58 UTC (rev 105875)
+++ community-i686/PKGBUILD 2014-02-17 13:45:08 UTC (rev 105876)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.2.2
-pkgrel=2
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
-
-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 -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 105875, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-17 13:45:08 UTC (rev 105876)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif')
+makedepends=('intltool')
+install=libfm.install
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
+md5sums=('fd3ff9174e097ab3fd619e4a10fd822a')
+
+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 -rf "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2014-02-17 13:44:58 UTC (rev 105875)
+++ community-i686/libfm.install2014-02-17 13:45:08 UTC (rev 105876)
@@ -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 105875, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2014-02-17 13:45:08 UTC (rev 105876)
@@ -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   2014-02-17 13:44:58 UTC (rev 105875)
+++ community-x86_64/PKGBUILD   2014-02-17 13:45:08 UTC (rev 105876)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  

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

2013-10-26 Thread Bartłomiej Piotrowski
Date: Saturday, October 26, 2013 @ 16:31:13
  Author: bpiotrowski
Revision: 99255

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 99254, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 99254, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 99254, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 99254, 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  |   76 +++
 /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, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 14:31:11 UTC (rev 99254)
+++ community-i686/PKGBUILD 2013-10-26 14:31:13 UTC (rev 99255)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.2.2
-pkgrel=1
-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')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
-
-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 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 99254, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 14:31:13 UTC (rev 99255)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.2.2
+pkgrel=2
+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')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
+
+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 -rf "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-10-26 14:31:11 UTC (rev 99254)
+++ community-i686/libfm.install2013-10-26 14:31:13 UTC (rev 99255)
@@ -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 99254, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-10-26 14:31:13 UTC (rev 99255)
@@ -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-10-26 14:31:11 UTC (rev 99254)
+++ community-x86_64/PKGBUILD   2013-10-26 14:31:13 UTC (rev 99255)

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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:26:57
  Author: bpiotrowski
Revision: 97020

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 97019, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 97019, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 97019, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 97019, 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  |   76 +++
 /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, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 14:26:41 UTC (rev 97019)
+++ community-i686/PKGBUILD 2013-09-10 14:26:57 UTC (rev 97020)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.2
-pkgrel=1
-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')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('c09072e26b9688a7d171843c0da9b33f')
-
-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 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 97019, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 14:26:57 UTC (rev 97020)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.2.2
+pkgrel=1
+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')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
+
+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.install2013-09-10 14:26:41 UTC (rev 97019)
+++ community-i686/libfm.install2013-09-10 14:26:57 UTC (rev 97020)
@@ -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 97019, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-09-10 14:26:57 UTC (rev 97020)
@@ -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-09-10 14:26:41 UTC (rev 97019)
+++ community-x86_64/PKGBUILD   2013-09-10 14:26:57 UTC (rev 97020)
@@ -

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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:44:52
  Author: bpiotrowski
Revision: 95465

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 95464, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 95464, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 95464, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 95464, 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|   37 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 19:44:33 UTC (rev 95464)
+++ community-i686/PKGBUILD 2013-08-12 19:44:52 UTC (rev 95465)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.1
-pkgrel=1
-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=('90ba664616b06835db7ebc949388d03b')
-
-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 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 95464, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 19:44:52 UTC (rev 95465)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.2
+pkgrel=1
+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=('c09072e26b9688a7d171843c0da9b33f')
+
+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.install2013-08-12 19:44:33 UTC (rev 95464)
+++ community-i686/libfm.install2013-08-12 19:44:52 UTC (rev 95465)
@@ -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 95464, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-08-12 19:44:52 UTC (rev 95465)
@@ -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-08-12 19:44:33 UTC (rev 95464)
+++ community-x86_64/PKGBUILD   2013-08-12 19:44:52 UTC (rev 95465)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski

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

2013-07-23 Thread Bartłomiej Piotrowski
Date: Tuesday, July 23, 2013 @ 09:33:46
  Author: bpiotrowski
Revision: 94416

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 94415, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 94415, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 94415, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 94415, 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|   37 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-23 07:33:33 UTC (rev 94415)
+++ community-i686/PKGBUILD 2013-07-23 07:33:46 UTC (rev 94416)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-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 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 94415, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-23 07:33:46 UTC (rev 94416)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.1
+pkgrel=1
+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=('90ba664616b06835db7ebc949388d03b')
+
+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.install2013-07-23 07:33:33 UTC (rev 94415)
+++ community-i686/libfm.install2013-07-23 07:33:46 UTC (rev 94416)
@@ -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 94415, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-07-23 07:33:46 UTC (rev 94416)
@@ -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-23 07:33:33 UTC (rev 94415)
+++ community-x86_64/PKGBUILD   2013-07-23 07:33:46 UTC (rev 94416)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 

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

2013-07-09 Thread Bartłomiej Piotrowski
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 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-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 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+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.install2013-07-10 06:57:26 UTC (rev 93765)
+++ community-i686/libfm.install2013-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.install2013-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łomi

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

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 19:16:51
  Author: bpiotrowski
Revision: 87492

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 87491, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 87491, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 87491, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 87491, 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  |   76 +++
 /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, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 17:16:37 UTC (rev 87491)
+++ community-i686/PKGBUILD 2013-04-01 17:16:51 UTC (rev 87492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.0
-pkgrel=3
-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' 
'vala')
-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 87491, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 17:16:51 UTC (rev 87492)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+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 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-04-01 17:16:37 UTC (rev 87491)
+++ community-i686/libfm.install2013-04-01 17:16:51 UTC (rev 87492)
@@ -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 87491, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-04-01 17:16:51 UTC (rev 87492)
@@ -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-04-01 17:16:37 UTC (rev 87491)
+++ community-x86_64/PKGBUILD   2013-04-01 17:16:51 UTC (rev 87492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintain