Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GTK2: Update from version 2.24.13 to 2.24.32
remove broken theme Raleigh
  • Loading branch information
david committed Jun 21, 2018
1 parent b20945e commit 68fea88
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions gtk2.be0
@@ -1,24 +1,9 @@
#!/bin/env beesh

# BEE_VERSION gtk2-2.24.13-0
# BEE_VERSION gtk2-2.24.32-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz"

# official pre 2.24.13 patches from git (remove with next version)

PATCHURL+=( \
/src/mariux/download/gtk2-2.24.13-0001-Update-Visual-C-property-sheets.patch \
/src/mariux/download/gtk2-2.24.13-0002-Really-move-the-docs-to-a-new-location.patch \
/src/mariux/download/gtk2-2.24.13-0003-Fix-garbage-content-when-windows-are-initially-mappe.patch \
/src/mariux/download/gtk2-2.24.13-0004-gtk-.props-VS2010-Update-include-paths.patch \
/src/mariux/download/gtk2-2.24.13-0005-quartz-Actually-use-the-window-background-PATTERN-co.patch \
)

# additional fix to enable collate by default in gtk printing (for firefox, evince, etc)
# may also apply to > 2.24.13 releases..
PATCHURL+=( \
/src/mariux/download/gtk2-2.24.13-0006-Make-collate-default-to-enabled.patch \
)

mee_configure() {
bee_configure \
Expand All @@ -28,5 +13,6 @@ mee_configure() {
}

mee_install_post() {
mv -v ${D}${BINDIR}/gtk-update-icon-cache{,2}
start_cmd mv -v ${D}${BINDIR}/gtk-update-icon-cache{,2}
start_cmd rm -rfv ${D}${DATAROOTDIR}/themes/Raleigh
}

0 comments on commit 68fea88

Please sign in to comment.