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

Felix Yan felixonmars at archlinux.org
Mon Mar 30 20:33:05 UTC 2020


    Date: Monday, March 30, 2020 @ 20:33:04
  Author: felixonmars
Revision: 607192

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
    (from rev 607191, 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-30 20:32:43 UTC (rev 607191)
+++ PKGBUILD	2020-03-30 20:33:04 UTC (rev 607192)
@@ -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.20200320
-_commit=22d30ef1d3d259cd22581f16b0928b5722126529
-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=('416bb8657397027e7127511879024bb3d0c07ef22764cd194e75d274f9155fa185318edf0e45859be620439573fc90aaa962dbaaafd3110c5202ece0f91da18e')
-
-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 607191, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-30 20:33:04 UTC (rev 607192)
@@ -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.20200331
+_commit=bfb242bd5eb71e46dd53c1273c57323da23e01d1
+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=('1ae1ec12055ad4d48e14a8bf212eb18480fd34cd88c8d2e6336822d3460daf97bc7abfd5cece80cbc7543b1d266da5a0b7c100081c8cb024d4a6a09874cf0888')
+
+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