[arch-commits] Commit in fcitx5-gtk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 11 16:53:29 UTC 2020
Date: Wednesday, March 11, 2020 @ 16:53:28
Author: felixonmars
Revision: 594416
archrelease: copy trunk to community-x86_64
Added:
fcitx5-gtk/repos/community-x86_64/PKGBUILD
(from rev 594415, fcitx5-gtk/trunk/PKGBUILD)
Deleted:
fcitx5-gtk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 16:53:12 UTC (rev 594415)
+++ PKGBUILD 2020-03-11 16:53:28 UTC (rev 594416)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-gtk
-pkgver=0.0.0.20191111
-_commit=6f9ef6417ab04f4a7f3f9af8d16c3a165df7ea82
-pkgrel=1
-pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-gtk"
-license=('GPL')
-depends=('fcitx5' 'gtk3')
-makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
-source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz")
-sha512sums=('49092d9e02094b294e6a12f5b9904d15b87bc20eca5bf4f9eacd62a798107e8f4091b0f8986f5955f39e924d4f75744459e11c7e9c4a7dd45d1b300f2f0276bf')
-
-build(){
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 594415, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 16:53:28 UTC (rev 594416)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-gtk
+pkgver=0.0.0.20191111
+_commit=6f9ef6417ab04f4a7f3f9af8d16c3a165df7ea82
+pkgrel=2
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-gtk"
+license=('GPL')
+depends=('fcitx5' 'gtk3')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
+source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz")
+sha512sums=('49092d9e02094b294e6a12f5b9904d15b87bc20eca5bf4f9eacd62a798107e8f4091b0f8986f5955f39e924d4f75744459e11c7e9c4a7dd45d1b300f2f0276bf')
+
+build(){
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list