Date: Tuesday, February 15, 2022 @ 13:52:32
  Author: alerque
Revision: 1133362

archrelease: copy trunk to community-x86_64

Added:
  font-manager/repos/community-x86_64/PKGBUILD
    (from rev 1133361, font-manager/trunk/PKGBUILD)
Deleted:
  font-manager/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 46 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-15 13:52:12 UTC (rev 1133361)
+++ PKGBUILD    2022-02-15 13:52:32 UTC (rev 1133362)
@@ -1,54 +0,0 @@
-# Maintainer: Caleb Maclennan <ca...@alerque.com>
-# Contributor: Joaquin <joaquingc123 at gmail dot com>
-# Contributor: Dies <JerryCasiano(at)gmail(dot)com>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-# Contributor: Guan 'kuno' Qing <neokuno(at)gmail(dot)com>
-# Contributor: Guten Ye <ywzhaifei(at)gmail(dot)com>
-# Contributor: i_magnific0 <i_magnific0(at)yahoo(dot)com>
-# Contributor: Pavlo <pavlofreemen(at)gmail(dot)com>
-
-pkgname=font-manager
-pkgver=0.8.7
-pkgrel=3
-pkgdesc='A simple font management application for GTK+ Desktop Environments'
-url=https://fontmanager.github.io
-arch=(x86_64 i686)
-license=(GPL)
-depends=(gtk3
-         json-glib
-         libsoup
-         libxml2
-         sqlite
-         webkit2gtk)
-optdepends=(file-roller
-            libnautilus-extension)
-makedepends=(gobject-introspection
-             intltool
-             meson
-             nautilus
-             ninja
-             vala
-             yelp-tools)
-_archive="$pkgname-$pkgver"
-_url="https://github.com/FontManager/font-manager";
-source=("$_url/releases/download/$pkgver/$_archive.tar.xz"
-        "$_url/commit/f9c4621389dae5999ca9d2f3c8402c2512a9ea60.patch")
-sha256sums=('0375119e332e807c71b1da94fbab2d5d3433e62fa308181afa8558e796ce6cda'
-            '2e71c7ee6f8b691b7544afee7dd5f2200df24f8631ce26f9a9744ba413846409')
-
-prepare() {
-       cd "$_archive"
-       # see https://github.com/FontManager/font-manager/issues/240
-       patch -p1 < ../"${source[1]##*/}"
-}
-
-build() {
-       arch-meson "$_archive" build \
-               -Dnautilus=true \
-               -Dreproducible=true
-       ninja -C build
-}
-
-package() {
-       DESTDIR="$pkgdir" ninja -C build install
-}

Copied: font-manager/repos/community-x86_64/PKGBUILD (from rev 1133361, 
font-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-02-15 13:52:32 UTC (rev 1133362)
@@ -0,0 +1,46 @@
+# Maintainer: Caleb Maclennan <ca...@alerque.com>
+# Contributor: Joaquin <joaquingc123 at gmail dot com>
+# Contributor: Dies <JerryCasiano(at)gmail(dot)com>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+# Contributor: Guan 'kuno' Qing <neokuno(at)gmail(dot)com>
+# Contributor: Guten Ye <ywzhaifei(at)gmail(dot)com>
+# Contributor: i_magnific0 <i_magnific0(at)yahoo(dot)com>
+# Contributor: Pavlo <pavlofreemen(at)gmail(dot)com>
+
+pkgname=font-manager
+pkgver=0.8.8
+pkgrel=1
+pkgdesc='A simple font management application for GTK+ Desktop Environments'
+url=https://fontmanager.github.io
+arch=(x86_64 i686)
+license=(GPL)
+depends=(gtk3
+         json-glib
+         libsoup
+         libxml2
+         sqlite
+         webkit2gtk)
+optdepends=(file-roller
+            libnautilus-extension)
+makedepends=(gobject-introspection
+             intltool
+             meson
+             nautilus
+             ninja
+             vala
+             yelp-tools)
+_archive="$pkgname-$pkgver"
+_url="https://github.com/FontManager/font-manager";
+source=("$_url/releases/download/$pkgver/$_archive.tar.xz")
+sha256sums=('b6b6e7c62ce7a407f4151beb890b4dabfb1b2e446ff51f087f1b4fab986f8e79')
+
+build() {
+       arch-meson "$_archive" build \
+               -Dnautilus=true \
+               -Dreproducible=true
+       ninja -C build
+}
+
+package() {
+       DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to