[arch-commits] Commit in lxqt-archiver/repos/community-testing-x86_64 (2 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Apr 26 06:04:29 UTC 2020


    Date: Sunday, April 26, 2020 @ 06:04:28
  Author: yan12125
Revision: 621515

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-archiver/repos/community-testing-x86_64/PKGBUILD
    (from rev 621514, lxqt-archiver/trunk/PKGBUILD)
Deleted:
  lxqt-archiver/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 06:03:59 UTC (rev 621514)
+++ PKGBUILD	2020-04-26 06:04:28 UTC (rev 621515)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
-
-pkgname=lxqt-archiver
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
-arch=("x86_64")
-url="https://lxqt.org"
-license=("GPL2")
-depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
-makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
-source=("https://github.com/lxqt/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('0c43ce738223a9dac7951c618d89c20db6dd2ddf8534cc2f00c5bbbd7d6e0ea0')
-
-build() {
-  # Bring in -D_FORTIFY_SOURCE=2
-  export CFLAGS+=" $CPPFLAGS"
-  export CXXLAGS+=" $CPPFLAGS"
-
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr
-
-  make -C build
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: lxqt-archiver/repos/community-testing-x86_64/PKGBUILD (from rev 621514, lxqt-archiver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-26 06:04:28 UTC (rev 621515)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
+
+pkgname=lxqt-archiver
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
+arch=("x86_64")
+url="https://lxqt.org"
+license=("GPL2")
+depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
+makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
+source=("https://github.com/lxqt/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('00a967427428951096eb2f4a9b5fc492dde6e7c8405cffc7dc4460f77d7686bd')
+
+build() {
+  # Bring in -D_FORTIFY_SOURCE=2
+  export CFLAGS+=" $CPPFLAGS"
+  export CXXLAGS+=" $CPPFLAGS"
+
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib
+
+  make -C build
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list