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
86
Issues
86
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
de582f99
Commit
de582f99
authored
Jan 12, 2014
by
totte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kde-baseapps-kate: Rename to kate
parent
01a25dea
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
151 deletions
+0
-151
kde-baseapps-kate/PKGBUILD
kde-baseapps-kate/PKGBUILD
+0
-105
kde-baseapps-kate/kate.install
kde-baseapps-kate/kate.install
+0
-12
kde-baseapps-kate/katepart.install
kde-baseapps-kate/katepart.install
+0
-11
kde-baseapps-kate/kwrite.install
kde-baseapps-kate/kwrite.install
+0
-12
kde-baseapps-kate/pkgbuild-syntax-highlight.patch
kde-baseapps-kate/pkgbuild-syntax-highlight.patch
+0
-11
No files found.
kde-baseapps-kate/PKGBUILD
deleted
100644 → 0
View file @
01a25dea
# Maintainer: H W Tovetjarn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project@org>
# Andrea Scarpino <andrea@archlinux.org>
# Include global configuration
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgbase
=
'kate'
pkgname
=(
'kate'
'kwrite'
'katepart'
)
pkgver
=
${
_kdever
}
pkgrel
=
1
arch
=(
'x86_64'
)
license
=(
'GPL'
'LGPL'
'FDL'
)
makedepends
=(
"kdelibs>=
${
_kdever
}
"
'cmake'
'automoc4'
'docbook-xsl'
"kdebindings-python2>=
${
_kdever
}
"
"kdebindings-python3>=
${
_kdever
}
"
)
options
=(
'docs'
'!header'
'debug'
'log'
)
source
=(
"
$_mirror
/
${
pkgbase
}
-
$_kdever
.tar.xz"
'pkgbuild-syntax-highlight.patch'
)
sha256sums
=(
`
grep
${
pkgbase
}
-
$_kdever
.tar.xz ../checksums.txt |
cut
-d
" "
-f1
`
'80c324c9db81c07a02374e7a092d75e0bdd6b4ea'
)
prepare
()
{
mkdir
"
${
srcdir
}
/build"
cd
"
${
srcdir
}
/
${
pkgbase
}
-
${
pkgver
}
"
patch
-p1
-i
"
${
srcdir
}
"
/pkgbuild-syntax-highlight.patch
}
build
()
{
cd
"
${
srcdir
}
/build"
cmake
"../
${
pkgbase
}
-
${
pkgver
}
"
\
-DCMAKE_BUILD_TYPE
=
${
_build_type
}
\
-DKDE4_BUILD_TESTS
=
ON
\
-DCMAKE_INSTALL_PREFIX
=
${
_installprefix
}
\
-DCMAKE_
{
SHARED,MODULE,EXE
}
_LINKER_FLAGS
=
'-Wl,--no-undefined -Wl,--as-needed'
make
}
package_katepart
()
{
pkgdesc
=
'A fast and feature-rich text editor component'
url
=
'http://kate-editor.org/about-katepart/'
depends
=(
'kdelibs'
)
provides
=(
"kdebase-katepart"
)
replaces
=(
"kdebase-katepart"
)
conflicts
=(
"kdebase-katepart"
)
install
=
'katepart.install'
cd
"
${
srcdir
}
/build/part"
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
package_kwrite
()
{
pkgdesc
=
'KDE text editor'
depends
=(
'kde-runtime'
'katepart'
)
groups
=(
'kde'
'kde-uninstall'
)
provides
=(
"kdebase-kwrite"
)
replaces
=(
"kdebase-kwrite"
)
conflicts
=(
"kdebase-kwrite"
)
url
=
'http://www.kde.org/applications/utilities/kwrite/'
install
=
'kwrite.install'
cd
"
${
srcdir
}
/build/kwrite"
make
DESTDIR
=
"
${
pkgdir
}
"
install
cd
"
${
srcdir
}
/build/doc/kwrite"
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
package_kate
()
{
pkgdesc
=
'KDE Advanced Text Editor'
depends
=(
'kde-runtime'
'katepart'
'qjson'
)
groups
=(
'kde'
'kde-uninstall'
)
provides
=(
"kdesdk-kate"
)
replaces
=(
"kdesdk-kate"
)
conflicts
=(
"kdesdk-kate"
)
url
=
'http://www.kde.org/applications/utilities/kate/'
install
=
'kate.install'
optdepends
=(
'konsole: Open a terminal in Kate'
'kdebindings-python2: Python 2 bindings'
'kdebindings-python3: Python 3 bindings'
)
cd
"
${
srcdir
}
/build/kate"
make
DESTDIR
=
"
${
pkgdir
}
"
install
cd
"
${
srcdir
}
/build/doc/kate"
make
DESTDIR
=
"
${
pkgdir
}
"
install
cd
"
${
srcdir
}
/build/addons"
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
kde-baseapps-kate/kate.install
deleted
100644 → 0
View file @
01a25dea
post_install
()
{
xdg
-
icon
-
resource
forceupdate
--
theme
hicolor
&>
/
dev
/
null
update
-
desktop
-
database
-
q
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
kde-baseapps-kate/katepart.install
deleted
100644 → 0
View file @
01a25dea
post_install
()
{
xdg
-
icon
-
resource
forceupdate
--
theme
hicolor
&>
/
dev
/
null
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
kde-baseapps-kate/kwrite.install
deleted
100644 → 0
View file @
01a25dea
post_install
()
{
xdg
-
icon
-
resource
forceupdate
--
theme
hicolor
&>
/
dev
/
null
update
-
desktop
-
database
-
q
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
kde-baseapps-kate/pkgbuild-syntax-highlight.patch
deleted
100644 → 0
View file @
01a25dea
--- kate-4.10.80/part/syntax/data/bash.xml~ 2013-06-13 09:46:51.569245577 +0000
+++ kate-4.10.80/part/syntax/data/bash.xml 2013-06-13 09:47:31.745637790 +0000
@@ -8,7 +8,7 @@
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name -->
]>
-<language name="Bash" version="2.17" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+<language name="Bash" version="2.17" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)
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