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 <nos...@bpiotrowski.pl> -# Contributor: Unknown47 <unknown...@gmail.com> -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Juergen Hoetzel <juer...@archlinux.org> - -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 <bpiotrow...@archlinux.org> +# Contributor: Unknown47 <unknown...@gmail.com> +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Juergen Hoetzel <juer...@archlinux.org> + +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.install 2014-02-17 13:44:58 UTC (rev 105875) +++ community-i686/libfm.install 2014-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.install 2014-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: Bartłomiej Piotrowski <nos...@bpiotrowski.pl> -# Contributor: Unknown47 <unknown...@gmail.com> -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Juergen Hoetzel <juer...@archlinux.org> - -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-x86_64/PKGBUILD (from rev 105875, libfm/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-02-17 13:45:08 UTC (rev 105876) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Unknown47 <unknown...@gmail.com> +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Juergen Hoetzel <juer...@archlinux.org> + +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-x86_64/libfm.install =================================================================== --- community-x86_64/libfm.install 2014-02-17 13:44:58 UTC (rev 105875) +++ community-x86_64/libfm.install 2014-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-x86_64/libfm.install (from rev 105875, libfm/trunk/libfm.install) =================================================================== --- community-x86_64/libfm.install (rev 0) +++ community-x86_64/libfm.install 2014-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 +} + +