Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Packages
C
Community
x-apps
xviewer
Commits
0e07fa02
Commit
0e07fa02
authored
Feb 27, 2021
by
Helmut Stult
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 2.8.3-2
parent
000566df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
PKGBUILD
PKGBUILD
+18
-17
No files found.
PKGBUILD
View file @
0e07fa02
...
...
@@ -2,38 +2,39 @@
# Maintainer: Bernhard Landauer <bernhard[at]manjaro[dot]org>
# Arch credits:
# Maintainer: Nate Simon <
aurpkg (at natesimon.net)
>
# Maintainer: Nate Simon <
njsimon10@gmail.com
>
pkgname
=
xviewer
pkgver
=
2.8.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A simple and easy to use image viewer. X-Apps Project"
arch
=(
'x86_64'
)
license
=(
'GPL'
)
groups
=(
'x-apps'
)
url
=
"https://github.com/linuxmint/
${
pkgname
}
"
depends
=(
'exempi'
'glib2'
'cinnamon-desktop'
'gtk3'
'libexif'
'libpeas'
)
makedepends
=(
'gnome-common'
'gobject-introspection'
'libglade'
)
optdepends
=(
'xviewer-plugins: Extra pluging'
)
depends
=(
'xapp'
'gtk3'
'cinnamon-desktop'
'libpeas'
'libexif'
'libjpeg-turbo'
)
makedepends
=(
'gnome-common'
'gobject-introspection'
'librsvg'
)
optdepends
=(
'xviewer-plugins: Extra plugins'
'librsvg: for scaling svg images'
)
source
=(
"
${
pkgname
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/
${
pkgver
}
.tar.gz"
)
md5sums
=(
'04a981b75dabe8ecd8a94348e13ad4f2'
)
build
()
{
cd
$pkgname
-
$pkgver
gnome-autogen.sh
--prefix
=
"/usr"
\
cd
${
pkgname
}
-
${
pkgver
}
NOCONFIGURE
=
1 gnome-autogen.sh
./configure
\
--prefix
=
"/usr"
\
--localstatedir
=
"/var"
\
--libexecdir
=
"/usr/lib
/
${
pkgname
}
"
--libexecdir
=
"/usr/lib"
make
}
check
()
{
cd
${
pkgname
}
-
${
pkgver
}
make check
}
package
(){
cd
$pkgname
-
$pkgver
cd
$
{
pkgname
}
-
$
{
pkgver
}
make
DESTDIR
=
"
$pkgdir
/"
install
}
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