Skip to content
Snippets Groups Projects
Verified Commit 8e40fc2e authored by alice's avatar alice
Browse files

main/d-feet: fix build with meson 0.60

parent c24becb3
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ makedepends="
gtk+3.0-dev
gobject-introspection-dev
"
source="https://download.gnome.org/sources/d-feet/$_v/d-feet-$pkgver.tar.xz"
source="https://download.gnome.org/sources/d-feet/$_v/d-feet-$pkgver.tar.xz
meson-0.60.patch
"
build() {
abuild-meson \
......@@ -39,4 +41,5 @@ package() {
sha512sums="
ff4db968cbd679e2065c614d538187fe3c56118b44638771ec9f7472bdba4a798dc682565f520a8680a8001ea39ce88555b07cda172e60f88eb6bdf1e00b5a6d d-feet-0.3.16.tar.xz
536da02d8b8742818e81ab9e82b06b75a5ec55ad056793aeb3ca2c8f358a22040afb91c2217953ef1807b5ddaef2bdccab82edb89740e5d325b4a862ed80bc78 meson-0.60.patch
"
--- a/data/meson.build
+++ b/data/meson.build
@@ -13,7 +13,6 @@
)
i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop_in,
output: '@BASENAME@',
@@ -24,7 +24,6 @@
appdata = df_namespace + '.appdata.xml'
i18n.merge_file(
- appdata,
input: appdata + '.in',
output: '@BASENAME@',
po_dir: po_dir,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment