Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
85ea8f2d
Commit
85ea8f2d
authored
4 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/libxfce4ui: enable libgtop and epoxy
to show system info in the about dialog
parent
797eee9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libxfce4ui/APKBUILD
+6
-3
6 additions, 3 deletions
community/libxfce4ui/APKBUILD
with
6 additions
and
3 deletions
community/libxfce4ui/APKBUILD
+
6
−
3
View file @
85ea8f2d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libxfce4ui
pkgname
=
libxfce4ui
pkgver
=
4.16.0
pkgver
=
4.16.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Widgets library for the Xfce desktop environment"
pkgdesc
=
"Widgets library for the Xfce desktop environment"
url
=
"https://xfce.org/"
url
=
"https://xfce.org/"
arch
=
"all"
arch
=
"all"
...
@@ -10,7 +10,8 @@ license="GPL-2.0-only"
...
@@ -10,7 +10,8 @@ license="GPL-2.0-only"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
depends_dev
=
"startup-notification-dev intltool"
depends_dev
=
"startup-notification-dev intltool"
makedepends
=
"
$depends_dev
gtk+3.0-dev libxfce4util-dev xfconf-dev
makedepends
=
"
$depends_dev
gtk+3.0-dev libxfce4util-dev xfconf-dev
glade-dev gtk-doc gobject-introspection-dev"
glade-dev gtk-doc gobject-introspection-dev libgtop-dev
libepoxy-dev"
source
=
"https://archive.xfce.org/src/xfce/libxfce4ui/
${
pkgver
%.*
}
/libxfce4ui-
$pkgver
.tar.bz2"
source
=
"https://archive.xfce.org/src/xfce/libxfce4ui/
${
pkgver
%.*
}
/libxfce4ui-
$pkgver
.tar.bz2"
build
()
{
build
()
{
...
@@ -24,7 +25,9 @@ build() {
...
@@ -24,7 +25,9 @@ build() {
--with-vendor-info
=
"
${
DISTRO_NAME
:-
Alpine
Linux
}
"
\
--with-vendor-info
=
"
${
DISTRO_NAME
:-
Alpine
Linux
}
"
\
--disable-static
\
--disable-static
\
--enable-introspection
\
--enable-introspection
\
--enable-gtk-doc
--enable-gtk-doc
\
--enable-glibtop
\
--enable-epoxy
make
make
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment