Skip to content

Commit

Permalink
GTK updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGasior committed Nov 8, 2017
1 parent cda4056 commit c154ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gtk3-mushrooms
pkgdesc = GTK3 library with my modifications (see README).
pkgver = 3.22.25
pkgver = 3.22.26
pkgrel = 1
url = http://www.gtk.org/
arch = i686
Expand Down Expand Up @@ -34,7 +34,7 @@ pkgbase = gtk3-mushrooms
optdepends = dconf: default GSettings backend
optdepends = adwaita-icon-theme: default icon theme
optdepends = cantarell-fonts: default font
provides = gtk3=3.22.25
provides = gtk3=3.22.26
conflicts = gtk3
source = appearance__buttons-menus-icons.patch
source = appearance__file-chooser.patch
Expand All @@ -56,10 +56,9 @@ pkgbase = gtk3-mushrooms
source = popovers__menu-button.patch
source = popovers__places-sidebar.patch
source = smaller-adwaita.css
source = https://github.com/GNOME/gtk/archive/3.22.25.tar.gz
source = https://github.com/GNOME/gtk/archive/3.22.26.tar.gz
source = settings.ini::https://git.archlinux.org/svntogit/packages.git/plain/trunk/settings.ini?h=packages/gtk3&id=9c134e81edd28eb5db10cd6b2129a5b9e42689fa
source = gtk-query-immodules-3.0.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/gtk-query-immodules-3.0.hook?h=packages/gtk3&id=9c134e81edd28eb5db10cd6b2129a5b9e42689fa
source = __fix-3.22.25-mistake.__patch::https://bug789630.bugzilla-attachments.gnome.org/attachment.cgi?id=362496
sha256sums = 68b26360764a2ea7e057a2aaa29c6fdfe164b9987866e038d8d0188a025477fb
sha256sums = 3d4d9cac36285e19972650a33bdba815096cb256e3f0991914ed3c8c19cfb650
sha256sums = be4ddf03a5cce8270e8118eb331b3056972c0bd490faa6e4a4ebe332ec4c2e91
Expand All @@ -80,10 +79,9 @@ pkgbase = gtk3-mushrooms
sha256sums = fe421b6197b4e98254019896ec79ea6b29a2140e7950ce3018ae0e1e4047b0c0
sha256sums = 2de68b575494d0d034accd7cd0ce881f366d5201a48496d8748c43f297836eac
sha256sums = 0554ba2085fb8cec8e3b926efc250ae5c15cf47f2612c10cdd0e849bfb8d05a5
sha256sums = d72da94dcd208a8a76ad156247e3453bde308555e767c41a303ffc28015b68bd
sha256sums = 6d952d9962aa5105fd5b3549d6bba115e6b4081e00a62079304989cc7787bbb5
sha256sums = 01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202
sha256sums = de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845
sha256sums = 37e6b2669c055f34a3264b71f748b08465de225f32ed4e1453deea12eafc0c05

pkgname = gtk3-mushrooms

11 changes: 2 additions & 9 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__arch_pkg_commit="9c134e81edd28eb5db10cd6b2129a5b9e42689fa"

pkgname=gtk3-mushrooms
pkgver=3.22.25
pkgver=3.22.26
pkgrel=1
pkgdesc="GTK3 library with my modifications (see README)."
url="http://www.gtk.org/"
Expand Down Expand Up @@ -59,9 +59,6 @@ source=(
# ArchLinux package files.
"settings.ini::https://git.archlinux.org/svntogit/packages.git/plain/trunk/settings.ini?h=packages/gtk3&id=$__arch_pkg_commit"
"gtk-query-immodules-3.0.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/gtk-query-immodules-3.0.hook?h=packages/gtk3&id=$__arch_pkg_commit"

# Fix Makefile mistake — https://bugzilla.gnome.org/show_bug.cgi?id=789630.
"__fix-3.22.25-mistake.__patch::https://bug789630.bugzilla-attachments.gnome.org/attachment.cgi?id=362496"
)
sha256sums=(
"68b26360764a2ea7e057a2aaa29c6fdfe164b9987866e038d8d0188a025477fb"
Expand All @@ -84,10 +81,9 @@ sha256sums=(
"fe421b6197b4e98254019896ec79ea6b29a2140e7950ce3018ae0e1e4047b0c0"
"2de68b575494d0d034accd7cd0ce881f366d5201a48496d8748c43f297836eac"
"0554ba2085fb8cec8e3b926efc250ae5c15cf47f2612c10cdd0e849bfb8d05a5"
"d72da94dcd208a8a76ad156247e3453bde308555e767c41a303ffc28015b68bd"
"6d952d9962aa5105fd5b3549d6bba115e6b4081e00a62079304989cc7787bbb5"
"01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202"
"de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845"
"37e6b2669c055f34a3264b71f748b08465de225f32ed4e1453deea12eafc0c05"
)

__patch_makefiles()
Expand Down Expand Up @@ -131,9 +127,6 @@ prepare()
{
cd "$srcdir/gtk-$pkgver"

# Fix Makefile mistake — https://bugzilla.gnome.org/show_bug.cgi?id=789630.
patch -p 1 -i "$srcdir/__fix-3.22.25-mistake.__patch"

# Make building faster by skipping tests, code examples and unused elements.
__patch_makefiles

Expand Down

0 comments on commit c154ce6

Please sign in to comment.