Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
7e46306a
Commit
7e46306a
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/xfconf: new package
parent
3b18d330
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
user/xfconf/APKBUILD
+47
-0
47 additions, 0 deletions
user/xfconf/APKBUILD
with
47 additions
and
0 deletions
user/xfconf/APKBUILD
0 → 100644
+
47
−
0
View file @
7e46306a
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
xfconf
pkgver
=
4.13.5
pkgrel
=
0
pkgdesc
=
"Configuration framework for the XFCE desktop environment"
url
=
"https://xfce.org"
arch
=
"all"
options
=
"!check"
# tests require X11
license
=
"LGPL-2.1+ AND GPL-2.0+"
depends
=
"dbus"
makedepends
=
"intltool gtk+3.0-dev libxfce4util-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
langdir
=
"/usr/lib/locale"
source
=
"http://archive.xfce.org/src/xfce/xfconf/4.13/xfconf-
$pkgver
.tar.bz2"
sha512sums
=
"34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b xfconf-4.13.5.tar.bz2"
builddir
=
"
$srcdir
/xfconf-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
perl
()
{
depends
=
"perl perl-glib"
pkgdesc
=
"Perl bindings for xfconf"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/perl5
"
$subpkgdir
"
/usr/lib
}
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