Date: Sunday, June 28, 2020 @ 19:04:01 Author: felixonmars Revision: 655165
archrelease: copy trunk to community-x86_64 Added: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 655164, deepin-editor/trunk/PKGBUILD) Deleted: deepin-editor/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-06-28 19:03:51 UTC (rev 655164) +++ PKGBUILD 2020-06-28 19:04:01 UTC (rev 655165) @@ -1,25 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=deepin-editor -pkgver=5.6.15 -pkgrel=1 -pkgdesc='Simple editor for Deepin' -arch=('x86_64') -url="https://github.com/linuxdeepin/deepin-editor" -license=('GPL3') -depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5') -makedepends=('cmake' 'qt5-tools') -groups=('deepin-extra') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz") -sha512sums=('29a0c2f170675881fbf3222a849187f1235a6598129f85a14bec9d7352546fc288c2920fa02144fe0284a18fef085d1a07311596d6991a57925286a335a6e925') - -build(){ - cd deepin-editor-$pkgver - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . - make -} - -package() { - cd deepin-editor-$pkgver - make DESTDIR="$pkgdir" install -} Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 655164, deepin-editor/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-06-28 19:04:01 UTC (rev 655165) @@ -0,0 +1,25 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=deepin-editor +pkgver=5.6.16 +pkgrel=1 +pkgdesc='Simple editor for Deepin' +arch=('x86_64') +url="https://github.com/linuxdeepin/deepin-editor" +license=('GPL3') +depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5') +makedepends=('cmake' 'qt5-tools') +groups=('deepin-extra') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz") +sha512sums=('319aafb9f523094cfaff54415a4bc2640079d737420382138b2a5ed3b98d79064443af22d3ed102b01fbacb029af61ad936eb19b03e3c0fb43c50261204faf9a') + +build(){ + cd deepin-editor-$pkgver + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . + make +} + +package() { + cd deepin-editor-$pkgver + make DESTDIR="$pkgdir" install +}