diff options
Diffstat (limited to 'user/libmateweather')
-rw-r--r-- | user/libmateweather/APKBUILD | 11 | ||||
-rw-r--r-- | user/libmateweather/fix-timezone.patch | 33 |
2 files changed, 4 insertions, 40 deletions
diff --git a/user/libmateweather/APKBUILD b/user/libmateweather/APKBUILD index 633801d58..a7fdb3e04 100644 --- a/user/libmateweather/APKBUILD +++ b/user/libmateweather/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=libmateweather -pkgver=1.26.0 -pkgrel=1 +pkgver=1.26.1 +pkgrel=0 pkgdesc="Weather library for the MATE desktop environment" url="https://mate-desktop.org" arch="all" @@ -10,9 +10,7 @@ license="LGPL-2.1+ AND GPL-2.0+" depends="" makedepends="gtk+3.0-dev intltool libsoup-dev libxml2-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/libmateweather-$pkgver.tar.xz - fix-timezone.patch - " +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/libmateweather-$pkgver.tar.xz" build() { ./configure \ @@ -35,5 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e786071d8c9393abc6d8f0733bd213305ace50698066ba7913ac254d8944e6db94296de5ecf91c0d5a8babd38f0cc35cb3bcee046f1eb0339ec5429a66d062d1 libmateweather-1.26.0.tar.xz -b4ab9363dc8b6fb84cbbc968a2557cd6b9ff96846f4c9aef565f27aa1383d14fdd51c7dc3a3177934e347490fa63f6e1724da399432ba6d68d26ffebc09f34cd fix-timezone.patch" +sha512sums="98cf2363c0bc75341d206d8848484e44665a35e3f01e7f75510555ab341fe06a3c96ea8e1844b17d5da7bc5a172cb18b594c8edfeb28ca8e25a82149ae508748 libmateweather-1.26.1.tar.xz" diff --git a/user/libmateweather/fix-timezone.patch b/user/libmateweather/fix-timezone.patch deleted file mode 100644 index 5b6a7f743..000000000 --- a/user/libmateweather/fix-timezone.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/data/Locations.xml.in b/data/Locations.xml.in -index de1f5b3..2d8778c 100644 ---- a/data/Locations.xml.in -+++ b/data/Locations.xml.in -@@ -20618,13 +20618,13 @@ - <iso-code>UA</iso-code> - <fips-code>UP</fips-code> - <timezones> -- <timezone id="Europe/Kiev"> -+ <timezone id="Europe/Kyiv"> - <obsoletes>Europe/Simferopol</obsoletes> - <obsoletes>Europe/Uzhgorod</obsoletes> - <obsoletes>Europe/Zaporozhye</obsoletes> - </timezone> - </timezones> -- <tz-hint>Europe/Kiev</tz-hint> -+ <tz-hint>Europe/Kyiv</tz-hint> - <city> - <!-- A city in Ukraine --> - <name>Boryspil'</name> -@@ -20697,10 +20697,10 @@ - </city> - <city> - <!-- The capital of Ukraine. -- "Kiev" is the traditional English name. -+ "Kyiv" is the traditional English name. - The local name in Ukrainian is "Kyyiv". - --> -- <name>Kiev</name> -+ <name>Kyiv</name> - <coordinates>50.433333 30.516667</coordinates> - <location> - <name>Kyiv</name> |