[arch-commits] Commit in gnome-dictionary/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 26 00:04:46 UTC 2021
Date: Friday, March 26, 2021 @ 00:04:46
Author: heftig
Revision: 411033
archrelease: copy trunk to extra-x86_64
Added:
gnome-dictionary/repos/extra-x86_64/PKGBUILD
(from rev 411032, gnome-dictionary/trunk/PKGBUILD)
Deleted:
gnome-dictionary/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-26 00:03:48 UTC (rev 411032)
+++ PKGBUILD 2021-03-26 00:04:46 UTC (rev 411033)
@@ -1,38 +0,0 @@
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-dictionary
-pkgver=3.26.1+96+gedfc2b5
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-url="https://wiki.gnome.org/Apps/Dictionary"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3)
-makedepends=(yelp-tools git meson appstream-glib)
-_commit=edfc2b5bee92f8569e6a47b6cf31882380daf557 # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gnome-dictionary/repos/extra-x86_64/PKGBUILD (from rev 411032, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-26 00:04:46 UTC (rev 411033)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=40.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3)
+makedepends=(yelp-tools git meson appstream-glib)
+_commit=c37edfc2cbf91d6bae6d5264d0dcfcb5dd34b313 # tags/40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list