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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jun 11 21:27:44 UTC 2022


    Date: Saturday, June 11, 2022 @ 21:27:43
  Author: felixonmars
Revision: 1234979

archrelease: copy trunk to community-x86_64

Added:
  deepin-printer/repos/community-x86_64/PKGBUILD
    (from rev 1234978, deepin-printer/trunk/PKGBUILD)
Deleted:
  deepin-printer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 21:27:30 UTC (rev 1234978)
+++ PKGBUILD	2022-06-11 21:27:43 UTC (rev 1234979)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-printer
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Printer configuration project for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-printer"
-license=('GPL3')
-depends=('cups' 'deepin-qt5integration' 'smbclient')
-makedepends=('gtest' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/dde-printer/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('86278ace13b4ef9a6929568207f3b4d3934e21ea69c240b88d1a60c4d9a56e491d3ef81e4536f3aa78ac47b0c6d1dfab33bd28da0af69962ff19c964661931b6')
-
-prepare() {
-  cd dde-printer-$pkgver
-  sed -i '$aOnlyShowIn=Deepin' src/Printer/platform/linux/dde-printer.desktop
-
-  # https://github.com/linuxdeepin/dde-printer/issues/4
-  sed -i '/#include <strings.h>/a #include <stdexcept>' src/cppcups/cupssnmp.cpp
-}
-
-build() {
-  cd dde-printer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-printer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-printer/repos/community-x86_64/PKGBUILD (from rev 1234978, deepin-printer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 21:27:43 UTC (rev 1234979)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-printer
+pkgver=0.9.13
+pkgrel=1
+pkgdesc='Printer configuration project for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-printer"
+license=('GPL3')
+depends=('cups' 'deepin-qt5integration' 'smbclient')
+makedepends=('gtest' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/dde-printer/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8a24b9206c21dd9e64b25bd97aeb405ce698ae51f2eee93d988821bfb84a0a09ec6016ba472aa408051d529ad1c7d36e2daa17526719fc67d0cbcb42bee47f25')
+
+prepare() {
+  cd dde-printer-$pkgver
+  sed -i '$aOnlyShowIn=Deepin' src/Printer/platform/linux/dde-printer.desktop
+
+  # https://github.com/linuxdeepin/dde-printer/issues/4
+  sed -i '/#include <strings.h>/a #include <stdexcept>' src/cppcups/cupssnmp.cpp
+}
+
+build() {
+  cd dde-printer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-printer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list