Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
1d204816
Commit
1d204816
authored
Dec 27, 2012
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qtcurve & sigil updates
parent
b7aa59b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
qtcurve/PKGBUILD
qtcurve/PKGBUILD
+15
-16
sigil/PKGBUILD
sigil/PKGBUILD
+6
-5
No files found.
qtcurve/PKGBUILD
View file @
1d204816
#
# Apps Packages for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# maintainer abveritas@chakra-project.org
# contributor Giuseppe Calà <jiveaxe@gmail.com>
pkgname
=
qtcurve
pkgver
=
1.8.1
3
pkgrel
=
2
arch
=(
'
i686'
'
x86_64'
)
pkgver
=
1.8.1
4
pkgrel
=
1
arch
=(
'x86_64'
)
license
=(
'GPL'
)
pkgdesc
=
'A configurable set of widget styles for KDE'
url
=
'http://www.kde-look.org/content/show.php?content=40492'
...
...
@@ -15,22 +16,21 @@ makedepends=('cmake' 'automoc4')
categories
=(
'system'
)
source
=(
"http://craigd.wikispaces.com/file/view/QtCurve-KDE4-
${
pkgver
}
.tar.bz2"
'fix-kwin_decoration-macro.patch'
)
md5sums
=(
'
94ba22bc487a18f585249c2967878189
'
md5sums
=(
'
b4d7924806058f39e842ce7ffe47a4f8
'
'7366e45ef9f24f53a36f87a539a937d6'
)
build
()
{
cd
"
${
srcdir
}
/QtCurve-KDE4-
${
pkgver
}
"
patch
-Np1
-i
"
${
srcdir
}
/fix-kwin_decoration-macro.patch"
mkdir
-p
"
${
srcdir
}
/build"
cd
"
${
srcdir
}
/build"
cmake
"
${
srcdir
}
/QtCurve-KDE4-
${
pkgver
}
"
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DQTC_KWIN
=
true
\
-DQTC_STYLE_SUPPORT
=
true
\
||
return
1
patch
-p1
-i
"
${
srcdir
}
/fix-kwin_decoration-macro.patch"
cd
"
${
srcdir
}
"
mkdir
build
cd
build
cmake ../QtCurve-KDE4-
${
pkgver
}
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DQTC_KWIN
=
true
\
-DQTC_STYLE_SUPPORT
=
true
make
}
...
...
@@ -39,4 +39,3 @@ package() {
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
# vim:set ts=2 sw=2 et:
sigil/PKGBUILD
View file @
1d204816
#
# Apps Packages for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# maintainer abveritas@chakra-project.org
# contributor Giuseppe Calà <jiveaxe@gmail.com>
pkgname
=
sigil
_pkgname
=
Sigil
pkgver
=
0.6.
0
pkgver
=
0.6.
2
pkgrel
=
1
pkgdesc
=
"A multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format. "
arch
=(
'
i686'
'
x86_64'
)
arch
=(
'x86_64'
)
url
=
"http://code.google.com/p/sigil/"
license
=(
'GPL3'
)
depends
=(
'qtwebkit'
'boost-libs'
)
...
...
@@ -16,8 +17,8 @@ makedepends=('cmake' 'gendesk' 'boost')
categories
=(
'office'
)
install
=
sigil.install
screenshot
=(
'http://1.bp.blogspot.com/-K2Q-tdVbPRI/UI08v7LhzHI/AAAAAAAAABY/vZ5LHjM6nb4/s1600/Screen+Shot+2012-10-28+at+10.07.03+AM.png'
)
source
=(
http://
$pkgname
.googlecode.com/files/
$_pkgname
-
$pkgver
-Code
.zip
)
md5sums
=(
'
5f85f06077c572a4105398569fe7dfe
6'
)
source
=(
"http://
$pkgname
.googlecode.com/files/
$_pkgname
-
$pkgver
-Code.zip"
)
md5sums
=(
'
78615dc007c12cc34271243d82783a3
6'
)
build
()
{
...
...
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