[arch-commits] Commit in fcitx5-gtk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 7 05:38:12 UTC 2020


    Date: Sunday, June 7, 2020 @ 05:38:05
  Author: felixonmars
Revision: 639602

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
    (from rev 639601, 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-06-07 05:37:45 UTC (rev 639601)
+++ PKGBUILD	2020-06-07 05:38:05 UTC (rev 639602)
@@ -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.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
-}

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 639601, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-07 05:38:05 UTC (rev 639602)
@@ -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.20200607
+_commit=fc335f1d6be8820d021db282cf90b746dc7d9b7c
+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=('b634980a1abb465235d6c1e157403e91cf1aaf0373e67a63dfeea49bbc2383ea2c754eed731bedc34ab616f3c330b4f7a4ba3f9dcdad389f6d0528eeeae099be')
+
+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