Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
f7342677
Commit
f7342677
authored
Dec 01, 2014
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add oxygen-kde4
parent
42203971
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
oxygen-kde4/PKGBUILD
oxygen-kde4/PKGBUILD
+43
-0
No files found.
oxygen-kde4/PKGBUILD
0 → 100644
View file @
f7342677
# Contributor: Andrea Scarpino <andrea@archlinux.org>
source
../plasma.conf
_pkgname
=
oxygen
pkgname
=
oxygen-kde4
pkgver
=
${
PVersion
}
pkgrel
=
1
pkgdesc
=
'Artwork, styles and assets for the Oxygen visual style for the KDE4'
arch
=(
'x86_64'
)
url
=
'projects.kde.org/'
license
=(
'LGPL'
)
depends
=(
'kdelibs'
)
makedepends
=(
'extra-cmake-modules'
'automoc4'
)
checkdepends
=(
"cmake"
)
groups
=(
'plasma'
)
options
=(
"debug"
)
conflicts
=(
'kde-workspace'
)
source
=(
"
${
PServer
}
/
${
pkgver
}
/
${
_pkgname
}
-
${
PSubVersion
}
.tar.xz"
)
sha256sums
=(
$(
getSum
${
_pkgname
}
|
head
-n
1
)
)
prepare
()
{
mkdir
-p
build
}
build
()
{
cd
build
cmake ../
${
_pkgname
}
-
${
pkgver
}
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DUSE_KDE4
=
ON
\
-DBUILD_TESTING
=
OFF
make
}
package
()
{
cd
build
make
DESTDIR
=
"
${
pkgdir
}
"
install
# needed for pure Qt4 apps
install
-d
"
$pkgdir
"
/usr/lib/qt/plugins/styles
ln
-s
/usr/lib/kde4/plugins/styles/oxygen.so
"
$pkgdir
"
/usr/lib/qt/plugins/styles
}
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