[arch-commits] Commit in fcitx5-gtk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 26 13:38:04 UTC 2020
Date: Tuesday, May 26, 2020 @ 13:38:04
Author: felixonmars
Revision: 635056
archrelease: copy trunk to community-x86_64
Added:
fcitx5-gtk/repos/community-x86_64/PKGBUILD
(from rev 635055, 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-05-26 13:37:54 UTC (rev 635055)
+++ PKGBUILD 2020-05-26 13:38:04 UTC (rev 635056)
@@ -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.20200514
-_commit=4e5237269623516a49cefba11cedb9e8f6a066eb
-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')
-makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3')
-source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz")
-sha512sums=('a26995b0294b3f594f5edcbaff22872a6a75f4a3e924f08a1b31ce0a631e099a56282147140068d993e2e3d55be460e17e4da28944edf4e4eb460495fd6d050f')
-
-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 635055, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-26 13:38:04 UTC (rev 635056)
@@ -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.20200526
+_commit=c1e60f6850cba938347751bbf653380269376698
+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')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3')
+source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz")
+sha512sums=('2db8fda723c70c8180cb1b34b06d4c530f25d3c737b4e0897c2278af88acdfebe33a9753ba156475a334473a2d4fdddc26687d5d4330f8ddc2ef303ac3ac3371')
+
+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