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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
00d5ebe6
Verified
Commit
00d5ebe6
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
harmony/feh: delete, we have it in user/
parent
aabb2463
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
harmony/feh/APKBUILD
+0
-37
0 additions, 37 deletions
harmony/feh/APKBUILD
with
0 additions
and
37 deletions
harmony/feh/APKBUILD
deleted
100644 → 0
+
0
−
37
View file @
aabb2463
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
feh
pkgver
=
2.22
pkgrel
=
0
pkgdesc
=
"feh is a fast, lightweight image viewer which uses imlib2"
url
=
"http://feh.finalrewind.org/"
arch
=
"all"
license
=
"MIT"
subpackages
=
"
$pkgname
-doc"
depends
=
makedepends
=
"libxt-dev libpng-dev giblib-dev imlib2-dev libjpeg-turbo-dev
libxinerama-dev curl-dev libexif-dev"
checkdepends
=
"perl-utils perl-test-command"
source
=
"https://feh.finalrewind.org/
$pkgname
-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
make
PREFIX
=
/usr
curl
=
1
exif
=
1
xinerama
=
1
}
check
()
{
cd
"
$builddir
"
make
PREFIX
=
/usr
test
}
package
()
{
cd
"
$builddir
"
make
PREFIX
=
/usr
DESTDIR
=
"
$pkgdir
"
\
bin_dir
=
"
$pkgdir
"
/usr/bin
\
man_dir
=
"
$pkgdir
"
/usr/share/man
\
doc_dir
=
"
$pkgdir
"
/usr/share/doc/
$pkgname
\
example_dir
=
"
$pkgdir
"
/usr/share/doc/
$pkgname
/examples
\
install
}
sha512sums
=
"403b1e760e2b3e177768b47de5bb7bd45c11152f04a21f6788afcaec12357a085f7c9944000f78a8df41a3d60a67985622d36effd543216153ab04e539b5b85f feh-2.22.tar.bz2"
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