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
6485ac46
Commit
6485ac46
authored
Jan 12, 2014
by
totte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple: Partial update and cleaning for KDE SC 4.12.1
parent
8a300d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
19 deletions
+14
-19
kdenetwork-kdnssd/PKGBUILD
kdenetwork-kdnssd/PKGBUILD
+14
-19
No files found.
kdenetwork-kdnssd/PKGBUILD
View file @
6485ac46
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
_pkgname
=
"kdnssd"
pkgname
=
"kdenetwork-kdnssd"
pkgname
=
"kdnssd"
arch
=(
'x86_64'
)
pkgver
=
${
_kdever
}
pkgrel
=
3
pkgrel
=
1
pkgdesc
=
'Monitors the network for DNS-SD services'
depends
=(
"kdelibs>=
${
_kdever
}
"
)
conflicts
=(
"kdenetwork-common"
"kdenetwork-doc"
)
provides
=(
"kdenetwork-kdnssd"
)
replaces
=(
"kdenetwork-kdnssd"
)
conflicts
=(
"kdenetwork-common"
"kdenetwork-doc"
"kdenetwork-kdnssd"
)
groups
=(
"kde"
"kdenetwork"
"kde-uninstall"
)
categories
=(
'network'
)
url
=
"http://www.kde.org"
license
=(
'GPL'
'LGPL'
'FDL'
)
options
=(
'docs'
'!header'
'debug'
'log'
)
makedepends
=(
'pkg-config'
'cmake'
'automoc4'
'docbook-xsl'
)
source
=(
"
$_mirror
/
${
_pkgname
}
-
$_kdever
.tar.xz"
)
sha256sums
=(
`
grep
${
_pkgname
}
-
$_kdever
.tar.xz ../checksums.txt |
cut
-d
" "
-f1
`
)
build
()
{
cd
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
cmake
.
-DCMAKE_BUILD_TYPE
=
${
_build_type
}
\
-DCMAKE_INSTALL_PREFIX
=
${
_installprefix
}
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DCMAKE_
{
SHARED,MODULE,EXE
}
_LINKER_FLAGS
=
'-Wl,--no-undefined -Wl,--as-needed'
make
cd
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
cmake
.
\
-DCMAKE_BUILD_TYPE
=
${
_build_type
}
\
-DCMAKE_INSTALL_PREFIX
=
${
_installprefix
}
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DCMAKE_
{
SHARED,MODULE,EXE
}
_LINKER_FLAGS
=
'-Wl,--no-undefined -Wl,--as-needed'
make
}
package
()
{
cd
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
make
DESTDIR
=
${
pkgdir
}
install
cd
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
make
DESTDIR
=
${
pkgdir
}
install
}
sha256sums
=(
'54f1f23720f90ce63d21f51acc3f211042f4868192a41fcc942365448e22a776'
)
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