mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:17:16 +08:00
Adding qgit 2.3-1, a qt git frontend
This commit is contained in:
parent
44323aac34
commit
8bc5175046
37
qgit/PKGBUILD
Normal file
37
qgit/PKGBUILD
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=qgit
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A GIT GUI viewer built on Qt/C++"
|
||||
url="http://digilander.libero.it/mcostalba/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('qt' 'git')
|
||||
options=(!makeflags !ccache) #makepkg3 options, ccache is a no-go
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
'qgit.desktop' 'qgit.png')
|
||||
|
||||
md5sums=('1f6cd60cc1b92973718b108d542e3270'
|
||||
'a2563e1f23db6a68b19ed5cae7add3f9'
|
||||
'85138f44d577b03dfc738d3f27e04992')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}
|
||||
qmake qgit.pro
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}
|
||||
install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit || return 1
|
||||
install -Dm644 ${srcdir}/qgit.desktop ${pkgdir}/usr/share/applications/qgit.desktop || return 1
|
||||
install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png || return 1
|
||||
}
|
12
qgit/qgit.desktop
Executable file
12
qgit/qgit.desktop
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Categories=Development;RevisionControl;
|
||||
Name=QGit
|
||||
Comment=A GIT GUI viewer built on Qt/C++
|
||||
Icon=qgit.png
|
||||
Exec=/usr/bin/qgit
|
||||
URL=http://digilander.libero.it/mcostalba/
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
BIN
qgit/qgit.png
Normal file
BIN
qgit/qgit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 B |
Loading…
Reference in New Issue
Block a user