Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
85
Issues
85
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
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
core
Commits
6c476820
Commit
6c476820
authored
Jan 13, 2014
by
totte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple: Update checksums
parent
9e8384f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
kdegames-picmi/PKGBUILD
kdegames-picmi/PKGBUILD
+1
-1
kppp/PKGBUILD
kppp/PKGBUILD
+2
-2
oxygen-icons/PKGBUILD
oxygen-icons/PKGBUILD
+4
-2
No files found.
kdegames-picmi/PKGBUILD
View file @
6c476820
...
...
@@ -37,7 +37,7 @@ build() {
cd
"
${
srcdir
}
/build"
cmake
"../
${
_pkgname
}
-
${
pkgver
}
"
\
-DCMAKE_BUILD_TYPE
=
${
_build_type
}
\
-DKDE4_BUILD_TESTS
=
O
N
\
-DKDE4_BUILD_TESTS
=
O
FF
\
-DCMAKE_INSTALL_PREFIX
=
${
_installprefix
}
# -DCMAKE_SKIP_RPATH=ON \
# -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
...
...
kppp/PKGBUILD
View file @
6c476820
...
...
@@ -24,7 +24,7 @@ source=("$_mirror/$pkgname-$_kdever.tar.xz")
sha256sums
=(
`
grep
$pkgname
-
$_kdever
.tar.xz ../checksums.txt |
cut
-d
" "
-f1
`
)
build
()
{
cd
${
srcdir
}
/
$pkgname
-
$
{
pkgver
}
cd
${
srcdir
}
/
$pkgname
-
$
pkgver
cmake
.
\
-DCMAKE_BUILD_TYPE
=
${
_build_type
}
\
-DCMAKE_INSTALL_PREFIX
=
${
_installprefix
}
\
...
...
@@ -34,6 +34,6 @@ build() {
}
package
()
{
cd
${
srcdir
}
/
$
{
_pkgname
}
-
${
pkgver
}
cd
${
srcdir
}
/
$
pkgname
-
$pkgver
make
DESTDIR
=
${
pkgdir
}
install
}
oxygen-icons/PKGBUILD
View file @
6c476820
...
...
@@ -14,8 +14,10 @@ license=('GPL' 'LGPL' 'FDL')
install
=
oxygen-icons.install
options
=(
'log'
)
makedepends
=(
'pkg-config'
'cmake'
'automoc4'
)
source
=(
$_mirror
/
$pkgbase
-
$_kdever
.tar.xz
)
sha256sums
=(
`
grep
$pkgbase
-
$_kdever
.tar.xz ../checksums.txt |
cut
-d
" "
-f1
`
)
source
=(
"
$_mirror
/
$pkgbase
-
$_kdever
.tar.xz"
'install_svg_icons_too.patch'
)
sha256sums
=(
`
grep
$pkgbase
-
$_kdever
.tar.xz ../checksums.txt |
cut
-d
" "
-f1
`
'4dd5a9ab2b204c4f7826ede8831099d7f4bb47c21c2eaaea11851eb0d3ed87de'
)
prepare
()
{
mkdir
-p
"
${
srcdir
}
/svg"
...
...
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