[arch-commits] Commit in dtkcommon/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 6 22:49:51 UTC 2022


    Date: Sunday, February 6, 2022 @ 22:49:50
  Author: felixonmars
Revision: 1127330

archrelease: copy trunk to community-any

Added:
  dtkcommon/repos/community-any/PKGBUILD
    (from rev 1127329, dtkcommon/trunk/PKGBUILD)
Deleted:
  dtkcommon/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 22:49:42 UTC (rev 1127329)
+++ PKGBUILD	2022-02-06 22:49:50 UTC (rev 1127330)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dtkcommon
-pkgver=5.5.17
-pkgrel=1
-pkgdesc='DTK common files'
-arch=('any')
-url="https://github.com/linuxdeepin/dtkcommon"
-license=('LGPL3')
-depends=('dconf')
-makedepends=('qt5-tools')
-source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c5099ed9429dd8ea8748302ffff19ca5af2ab3cdfc50f33d5cd19c86c47187136544a08026e6d81c7449e747047b5154729894774b951e0d747a080aea40fecc')
-
-prepare() {
-  cd dtkcommon-$pkgver
-  sed -i 's|qt5/mkspecs|qt/mkspecs|;s|/etc/dbus-1|/usr/share/dbus-1|' dtkcommon.pro
-}
-
-build() {
-  cd dtkcommon-$pkgver
-  qmake-qt5 PREFIX=/usr VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
-  make
-}
-
-package() {
-  cd dtkcommon-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcommon/repos/community-any/PKGBUILD (from rev 1127329, dtkcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 22:49:50 UTC (rev 1127330)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dtkcommon
+pkgver=5.5.20
+pkgrel=1
+pkgdesc='DTK common files'
+arch=('any')
+url="https://github.com/linuxdeepin/dtkcommon"
+license=('LGPL3')
+depends=('dconf')
+makedepends=('qt5-tools')
+source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('92375acb25f09aca1f99cea36de368aeba8c4911e181bd77fc8100d3c6eab8771aeb042c99a77112577497be37ae316ed7963a464f2ac291ba5b8e99965e7ff6')
+
+prepare() {
+  cd dtkcommon-$pkgver
+  sed -i 's|qt5/mkspecs|qt/mkspecs|;s|/etc/dbus-1|/usr/share/dbus-1|' dtkcommon.pro
+}
+
+build() {
+  cd dtkcommon-$pkgver
+  qmake-qt5 PREFIX=/usr VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcommon-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list