summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2024-04-07 22:57:50 +0900
committerMingi Sung2024-04-07 22:58:58 +0900
commit13d8fed4bf15218bf62b4d736257c471bdd52532 (patch)
tree742fd8572f9a17de6c0acccf3cb526109b4b3df2
parent61cd4dfd49e2dad22f6f5591d7f9b999786b64aa (diff)
downloadaur-gnome-calculator-git.tar.gz
git: 46.0+r18+g59fc6172-1
Signed-off-by: Mingi Sung <me@saltyming.pe.kr>
-rw-r--r--.SRCINFO26
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD43
3 files changed, 52 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c8ad3e7248e..b4724a8f3682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,33 @@
pkgbase = gnome-calculator-git
pkgdesc = GNOME Scientific calculator - git
- pkgver = 43.rc
+ pkgver = 46.0+r18+g59fc6172
pkgrel = 1
url = https://wiki.gnome.org/Apps/Calculator
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
- groups = gnome
- license = GPL
- makedepends = yelp-tools
- makedepends = vala
+ license = GPL-3.0-or-later
makedepends = git
- makedepends = meson
makedepends = gobject-introspection
- depends = libadwaita-git
+ makedepends = meson
+ makedepends = vala
+ makedepends = yelp-tools
depends = dconf
+ depends = glib2
+ depends = glibc
+ depends = gtk4
depends = gtksourceview5
- depends = mpfr
- depends = libsoup
- depends = libmpc
+ depends = hicolor-icon-theme
+ depends = libadwaita-git
depends = libgee
+ depends = libmpc
+ depends = libsoup3
+ depends = libxml2
+ depends = mpfr
provides = gnome-calculator
+ provides = libgcalc-2.so
+ provides = libgci-1.so
conflicts = gnome-calculator
source = git+https://gitlab.gnome.org/GNOME/gnome-calculator.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..03931376f2d2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+gnome-calculator/
diff --git a/PKGBUILD b/PKGBUILD
index aa6c7b3746b3..c8df63bc5b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,46 @@
-# Maintainer: Sung Mingi <FiestaLake@protonmail.com>
+# Maintainer: Mingi Sung <me@saltyming.pe.kr>
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-calculator-git
_pkgname=gnome-calculator
-pkgver=43.rc
+pkgver=46.0+r18+g59fc6172
pkgrel=1
pkgdesc="GNOME Scientific calculator - git"
url="https://wiki.gnome.org/Apps/Calculator"
-arch=(x86_64 i686 aarch64 armv7h)
-license=(GPL)
-depends=(libadwaita-git dconf gtksourceview5 mpfr libsoup libmpc libgee)
-makedepends=(yelp-tools vala git meson gobject-introspection)
-groups=(gnome)
-provides=(gnome-calculator)
+arch=(
+ x86_64
+ i686
+ aarch64
+ armv7h
+)
+license=(GPL-3.0-or-later)
+depends=(
+ dconf
+ glib2
+ glibc
+ gtk4
+ gtksourceview5
+ hicolor-icon-theme
+ libadwaita-git
+ libgee
+ libmpc
+ libsoup3
+ libxml2
+ mpfr
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+ vala
+ yelp-tools
+)
+provides=(
+ gnome-calculator
+ libgcalc-2.so
+ libgci-1.so
+)
conflicts=(gnome-calculator)
# options=(debug)
source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git")