Date: Sunday, October 22, 2017 @ 03:25:32
  Author: jleclanche
Revision: 263938

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

Added:
  lximage-qt/repos/community-i686/PKGBUILD
    (from rev 263937, lximage-qt/trunk/PKGBUILD)
  lximage-qt/repos/community-x86_64/PKGBUILD
    (from rev 263937, lximage-qt/trunk/PKGBUILD)
Deleted:
  lximage-qt/repos/community-i686/PKGBUILD
  lximage-qt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-10-22 03:24:48 UTC (rev 263937)
+++ community-i686/PKGBUILD     2017-10-22 03:25:32 UTC (rev 263938)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lximage-qt
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="The LXQt image viewer and screenshot tool"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("hicolor-icon-theme" "libfm-qt" "qt5-svg")
-makedepends=("lxqt-build-tools")
-source=(
-       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
-       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "a33077861a4c6cfe3330e29bbfec86801c0e46fd0fc6a8b8e6b29fc8d6753553"
-       "SKIP"
-)
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-)
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lximage-qt/repos/community-i686/PKGBUILD (from rev 263937, 
lximage-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-22 03:25:32 UTC (rev 263938)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lximage-qt
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="The LXQt image viewer and screenshot tool"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg")
+makedepends=("lxqt-build-tools")
+source=(
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "d560d0d47de64975d3f1712faa267a7eda117b9e2f5773ba30b359703d2149e1"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-10-22 03:24:48 UTC (rev 263937)
+++ community-x86_64/PKGBUILD   2017-10-22 03:25:32 UTC (rev 263938)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lximage-qt
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="The LXQt image viewer and screenshot tool"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("hicolor-icon-theme" "libfm-qt" "qt5-svg")
-makedepends=("lxqt-build-tools")
-source=(
-       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
-       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "a33077861a4c6cfe3330e29bbfec86801c0e46fd0fc6a8b8e6b29fc8d6753553"
-       "SKIP"
-)
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-)
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lximage-qt/repos/community-x86_64/PKGBUILD (from rev 263937, 
lximage-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-22 03:25:32 UTC (rev 263938)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lximage-qt
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="The LXQt image viewer and screenshot tool"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg")
+makedepends=("lxqt-build-tools")
+source=(
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "d560d0d47de64975d3f1712faa267a7eda117b9e2f5773ba30b359703d2149e1"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to