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
dde89f59
Verified
Commit
dde89f59
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/gwenview: new package
parent
47ad7464
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
user/gwenview/APKBUILD
+48
-0
48 additions, 0 deletions
user/gwenview/APKBUILD
with
48 additions
and
0 deletions
user/gwenview/APKBUILD
0 → 100644
+
48
−
0
View file @
dde89f59
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
gwenview
pkgver
=
17.12.2
pkgrel
=
0
pkgdesc
=
"Fast and easy image viewer by KDE"
url
=
"https://www.kde.org/applications/graphics/gwenview/"
arch
=
"all"
options
=
"!check"
# All tests require X11.
license
=
"GPL-2.0-only"
depends
=
""
makedepends
=
"cmake extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev phonon-dev
kio-dev kactivities-dev kitemmodels-dev ki18n-dev kdoctools-dev
kparts-dev kwindowsystem-dev kiconthemes-dev knotifications-dev
libkipi-dev libjpeg-turbo-dev libpng-dev lcms2-dev zlib-dev exiv2-dev
baloo-dev"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"http://download.kde.org/stable/applications/
$pkgver
/src/gwenview-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/gwenview-
$pkgver
"
build
()
{
cd
"
$builddir
"
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
${
CMAKE_CROSSOPTS
}
make
}
check
()
{
cd
"
$builddir
"
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"d6fca3dc4435f2bcd77ad8428edbee022af88a6a2d959f5b142ab91e0ed2514b51ba34dc214f808bdf44dc0e3c2eb4992f1918499f36b194eca6b78dc5b4b1ea gwenview-17.12.2.tar.xz"
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