Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
664307a0
Commit
664307a0
authored
Aug 10, 2019
by
Leo
Committed by
Natanael Copa
Aug 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/d-feet: upgrade to 0.3.15
parent
99babba2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
10 deletions
+20
-10
main/d-feet/APKBUILD
main/d-feet/APKBUILD
+20
-10
No files found.
main/d-feet/APKBUILD
View file @
664307a0
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
d-feet
pkgver
=
0.3.1
4
pkgver
=
0.3.1
5
_v
=
${
pkgver
%.*
}
pkgrel
=
0
pkgdesc
=
"A powerful D-Bus Debugger"
...
...
@@ -10,25 +10,35 @@ url="https://wiki.gnome.org/action/show/Apps/DFeet"
arch
=
"noarch"
license
=
"GPL-2.0-or-later"
depends
=
"python3 py3-gobject3"
makedepends
=
"py-gobject3-dev itstool gtk+3.0-dev gobject-introspection-dev
libxml2-utils intltool"
source
=
"https://download.gnome.org/sources/d-feet/
$_v
/
$pkgname
-
$pkgver
.tar.xz"
makedepends
=
"
meson
itstool
glib-dev
gtk+3.0-dev
gobject-introspection-dev
"
source
=
"https://download.gnome.org/sources/d-feet/
$_v
/d-feet-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
meson
\
--prefix
=
/usr
\
--disable-tests
\
--disable-nls
make
-Dtests
=
false
\
output
ninja
-C
output
}
check
()
{
cd
"
$builddir
"
ninja
-C
output
test
}
package
()
{
cd
"
$builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
# Fix on musl
sed
-i
's|locale.textdomain("d-feet")||'
"
$pkgdir
"
/usr/bin/d-feet
}
sha512sums
=
"
1ea3bd2251693884592d375f1459681043b5185c341299dc28cbc8e4e05f3ff3a423c051b650806f6b930d8b89e0d751983ada7ad9a74b380f74f3205125b1b4
d-feet-0.3.1
4
.tar.xz"
sha512sums
=
"
c8ac20b91dfa5fea2282099a772c3668ebe75b0e4977b08adc3ee9591e00e391398835af5486b32d8d65e558c58f55cc26523b0e4a3ff1745b722ee90000de87
d-feet-0.3.1
5
.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment