[arch-commits] Commit in sxiv/repos/community-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Fri Feb 22 15:38:52 UTC 2019


    Date: Friday, February 22, 2019 @ 15:38:51
  Author: lfleischer
Revision: 435205

archrelease: copy trunk to community-x86_64

Added:
  sxiv/repos/community-x86_64/PKGBUILD
    (from rev 435204, sxiv/trunk/PKGBUILD)
Deleted:
  sxiv/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 15:38:45 UTC (rev 435204)
+++ PKGBUILD	2019-02-22 15:38:51 UTC (rev 435205)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=sxiv
-pkgver=24
-pkgrel=1
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif' 'libxft')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz")
-md5sums=('a929f8ae19f947a23594fdce2b3cf38d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  ln -s config.def.h config.h
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-x86_64/PKGBUILD (from rev 435204, sxiv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-22 15:38:51 UTC (rev 435205)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=sxiv
+pkgver=25
+pkgrel=1
+pkgdesc='Simple X Image Viewer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif' 'libxft')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz")
+md5sums=('2c1c64a5714c6c876e7bfd8cd405b2a0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  ln -s config.def.h config.h
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}



More information about the arch-commits mailing list