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
885b1d44
Commit
885b1d44
authored
7 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/lxqt-qtplugin: new package
parent
03fa4b33
No related branches found
No related tags found
1 merge request
!3
LXQt desktop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/lxqt-qtplugin/APKBUILD
+45
-0
45 additions, 0 deletions
user/lxqt-qtplugin/APKBUILD
with
45 additions
and
0 deletions
user/lxqt-qtplugin/APKBUILD
0 → 100644
+
45
−
0
View file @
885b1d44
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
lxqt-qtplugin
pkgver
=
0.11.1
pkgrel
=
0
pkgdesc
=
"Qt plugin for platform integration with LXQt."
url
=
"http://lxqt.org"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
""
depends_dev
=
""
makedepends
=
"cmake libdbusmenu-qt-dev liblxqt-dev qt5-qttools-dev lxqt-build-tools
$depends_dev
"
install
=
""
subpackages
=
""
source
=
"https://github.com/lxde/lxqt-qtplugin/releases/download/
$pkgver
/lxqt-qtplugin-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/lxqt-qtplugin-
$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
"
\
-DPULL_TRANSLATIONS
=
False
\
${
CMAKE_CROSSOPTS
}
make
}
check
()
{
cd
"
$builddir
"
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"573cfbf5d1b85b6141bb7145b622edf6f1497cc62fca775078bbac6002d9fb1a7eb63bedaeecf0d050da0bad0c983ae0ce69d06687a2e804b0c31b742753dee1 lxqt-qtplugin-0.11.1.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