[arch-commits] Commit in sxiv/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 28 13:35:04 UTC 2017


    Date: Saturday, October 28, 2017 @ 13:35:03
  Author: lfleischer
Revision: 264641

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-28 13:34:54 UTC (rev 264640)
+++ community-i686/PKGBUILD	2017-10-28 13:35:03 UTC (rev 264641)
@@ -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=1.3.2
-pkgrel=3
-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')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz")
-md5sums=('44822b3d4672a7ed22f1a14c86a0914f')
-
-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-i686/PKGBUILD (from rev 264640, sxiv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-28 13:35:03 UTC (rev 264641)
@@ -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=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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-28 13:34:54 UTC (rev 264640)
+++ community-x86_64/PKGBUILD	2017-10-28 13:35:03 UTC (rev 264641)
@@ -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=1.3.2
-pkgrel=3
-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')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz")
-md5sums=('44822b3d4672a7ed22f1a14c86a0914f')
-
-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 264640, sxiv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-28 13:35:03 UTC (rev 264641)
@@ -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=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
+}



More information about the arch-commits mailing list