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

Felix Yan felixonmars at archlinux.org
Fri Mar 13 08:45:11 UTC 2020


    Date: Friday, March 13, 2020 @ 08:45:11
  Author: felixonmars
Revision: 595684

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
    (from rev 595683, 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-13 08:44:27 UTC (rev 595683)
+++ PKGBUILD	2020-03-13 08:45:11 UTC (rev 595684)
@@ -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=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
-}

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 595683, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-13 08:45:11 UTC (rev 595684)
@@ -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.20200312
+_commit=d36d72d7cd215033388162e07b6e5b9636d4bef4
+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=('5f10629525ed1a4569ec116e3afb7e0b6e834f8f3e287d5d81d030e91889ff0bb4d885fe209805723f6eb41cdfc30d0c73b5373ddc3c6fabe6e8ccdfaca54187')
+
+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