Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
166
Merge Requests
166
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
0ec18409
Commit
0ec18409
authored
Jun 28, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libxfce4menu: removed. unused
parent
395fdf34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
main/libxfce4menu/APKBUILD
main/libxfce4menu/APKBUILD
+0
-28
No files found.
main/libxfce4menu/APKBUILD
deleted
100644 → 0
View file @
395fdf34
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libxfce4menu
pkgver
=
4.6.2
pkgrel
=
1
pkgdesc
=
"a freedesktop.org compliant menu implementation for Xfce"
url
=
"http://www.xfce.org/"
arch
=
"all"
license
=
"GPL-2"
depends
=
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
makedepends
=
"libxfce4util-dev gtk+-dev"
source
=
"http://archive.xfce.org/src/xfce/libxfce4menu/
${
pkgver
%.*
}
/libxfce4menu-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--libexecdir
=
/usr/lib
\
--localstatedir
=
/var
\
--disable-static
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"ff10cacb76803ee37159e3a43345f0d1 libxfce4menu-4.6.2.tar.bz2"
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