[arch-commits] Commit in librime/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Sep 30 10:28:45 UTC 2019


    Date: Monday, September 30, 2019 @ 10:28:44
  Author: svenstaro
Revision: 512168

archrelease: copy trunk to community-staging-x86_64

Added:
  librime/repos/community-staging-x86_64/PKGBUILD
    (from rev 512167, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-30 10:28:39 UTC (rev 512167)
+++ PKGBUILD	2019-09-30 10:28:44 UTC (rev 512168)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GONG Chen <chen dot sst at gmail dot com>
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.5.3
-pkgrel=2
-epoch=1
-pkgdesc="Rime input method engine"
-arch=('x86_64')
-url="https://github.com/rime/librime"
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('plum: preset input schemas'
-            'plum-extra: extra input schemas')
-makedepends=('cmake' 'boost' 'gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz")
-sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 512167, librime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-30 10:28:44 UTC (rev 512168)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.5.3
+pkgrel=4
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime"
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('plum: preset input schemas'
+            'plum-extra: extra input schemas')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz")
+sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list