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
0a164c8d
Commit
0a164c8d
authored
Feb 10, 2012
by
Anke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kile updated, build on new texlive-core
parent
4cc34495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
kile/PKGBUILD
kile/PKGBUILD
+4
-4
No files found.
kile/PKGBUILD
View file @
0a164c8d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
kile
pkgname
=
kile
pkgver
=
2.1
b5
pkgver
=
2.1
.1
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"A user friendly TeX/LaTeX frontend for KDE."
pkgdesc
=
"A user friendly TeX/LaTeX frontend for KDE."
arch
=(
"i686"
"x86_64"
)
arch
=(
"i686"
"x86_64"
)
...
@@ -15,7 +15,7 @@ depends=('kdelibs' 'texlive-core' 'docbook-xsl')
...
@@ -15,7 +15,7 @@ depends=('kdelibs' 'texlive-core' 'docbook-xsl')
makedepends
=(
'cmake'
'automoc4'
)
makedepends
=(
'cmake'
'automoc4'
)
install
=
kile.install
install
=
kile.install
source
=(
"http://downloads.sourceforge.net/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2"
)
source
=(
"http://downloads.sourceforge.net/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'
281ca92d32424671242509e514f20c8c
'
)
md5sums
=(
'
a1c757310b4e296a67c8f676f967d5f7
'
)
build
()
{
build
()
{
cd
${
srcdir
}
cd
${
srcdir
}
...
@@ -25,10 +25,10 @@ build() {
...
@@ -25,10 +25,10 @@ build() {
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_INSTALL_PREFIX
=
/usr
make
||
return
1
make
}
}
package
()
{
package
()
{
cd
${
srcdir
}
/build
cd
${
srcdir
}
/build
make
DESTDIR
=
$pkgdir
install
||
return
1
make
DESTDIR
=
$pkgdir
install
}
}
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