meld3: Update to 3.13.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
_realname=meld
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}3"
|
||||
pkgver=3.12.2
|
||||
pkgver=3.13.0
|
||||
pkgrel=1
|
||||
pkgdesc="Visual diff and merge tool (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -26,7 +26,7 @@ install=meld-${CARCH}.install
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz
|
||||
'0001-fixes-for-MinGW-w64-symlinks-and-use-sh-to-spawn.patch'
|
||||
"0002-build-exe.patch")
|
||||
md5sums=('a11c4abf923d136e410fa9e8217c0bba'
|
||||
md5sums=('ce67d82dea80dde9914d2156ad0ea8b8'
|
||||
'57d46e2eacc34e8d22f63a59b6297253'
|
||||
'c4770167f70e061c1f94d8c3fa3e7150')
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
post_install() {
|
||||
mingw32/bin/gtk-update-icon-cache-3.0 -f -t mingw32/share/icons/hicolor
|
||||
mingw32/bin/glib-compile-schemas.exe mingw32/share/glib-2.0/schemas
|
||||
mingw32/bin/update-mime-database mingw32/share/mime &> /dev/null
|
||||
mingw32/bin/gtk-update-icon-cache-3.0 -f -t mingw32/share/icons/hicolor
|
||||
mingw32/bin/glib-compile-schemas.exe mingw32/share/glib-2.0/schemas
|
||||
mingw32/bin/update-mime-database mingw32/share/mime &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
post_install
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
post_install() {
|
||||
mingw64/bin/gtk-update-icon-cache-3.0 -f -t mingw64/share/icons/hicolor
|
||||
mingw64/bin/glib-compile-schemas.exe mingw64/share/glib-2.0/schemas
|
||||
mingw64/bin/update-mime-database mingw64/share/mime &> /dev/null
|
||||
mingw64/bin/gtk-update-icon-cache-3.0 -f -t mingw64/share/icons/hicolor
|
||||
mingw64/bin/glib-compile-schemas.exe mingw64/share/glib-2.0/schemas
|
||||
mingw64/bin/update-mime-database mingw64/share/mime &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
post_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user