[arch-commits] Commit in deepin-draw/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 08:39:02 UTC 2022
Date: Friday, September 2, 2022 @ 08:39:02
Author: felixonmars
Revision: 1290845
archrelease: copy trunk to community-x86_64
Added:
deepin-draw/repos/community-x86_64/PKGBUILD
(from rev 1290844, deepin-draw/trunk/PKGBUILD)
Deleted:
deepin-draw/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 08:38:48 UTC (rev 1290844)
+++ PKGBUILD 2022-09-02 08:39:02 UTC (rev 1290845)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-draw
-pkgver=5.10.6
-pkgrel=1
-pkgdesc="A lightweight drawing tool for Linux Deepin"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-draw"
-license=('GPL3')
-depends=('deepin-picker' 'deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
-sha512sums=('ca5730dfa38e9e61d41601689595bdd84d3a92aa9948378b6a217a94ee2a0ce217edb72f9f10eb87be993b7e0328b9a5eb8ec26aac7c7e7fd0f7bc88de081b55')
-
-prepare() {
- cd deepin-draw-$pkgver
- sed -e '/set(CMAKE_CXX_FLAGS/d' -e '/set(CMAKE_C_FLAGS/d' -e '/SET(CMAKE_EXE_LINKER_FLAGS/d' \
- -i src/CMakeLists.txt
-}
-
-build() {
- cd deepin-draw-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd deepin-draw-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-draw/repos/community-x86_64/PKGBUILD (from rev 1290844, deepin-draw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 08:39:02 UTC (rev 1290845)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-draw
+pkgver=5.11.3
+pkgrel=1
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw"
+license=('GPL3')
+depends=('deepin-picker' 'deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
+sha512sums=('8ffea58df530535ef18aa5f59e2d438ab642a57a595ed97c63d527566d4da7f00f514a67f4aaa81e99f058da5713a5e4c412d1c86902e2810255e59b2ad48915')
+
+prepare() {
+ cd deepin-draw-$pkgver
+ sed -e '/set(CMAKE_CXX_FLAGS/d' -e '/set(CMAKE_C_FLAGS/d' -e '/SET(CMAKE_EXE_LINKER_FLAGS/d' \
+ -i src/CMakeLists.txt
+}
+
+build() {
+ cd deepin-draw-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd deepin-draw-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list