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

Felix Yan felixonmars at archlinux.org
Thu May 14 18:06:36 UTC 2020


    Date: Thursday, May 14, 2020 @ 18:06:35
  Author: felixonmars
Revision: 627957

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
    (from rev 627956, 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-14 18:05:37 UTC (rev 627956)
+++ PKGBUILD	2020-05-14 18:06:35 UTC (rev 627957)
@@ -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.20200509
-_commit=045263ef793ad37a0f4cc831a6de36d705bbac00
-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=('eeab396106226ee00f45ee8807cf3370a488ec455fd5e5e9b5fc538b9189ab667e6f2660eaa5180f8796d0d410d1d3ba61e08866a25ee7892cfa51fe30423c86')
-
-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 627956, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 18:06:35 UTC (rev 627957)
@@ -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.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
+}



More information about the arch-commits mailing list