io.elementary.calculator: update to 0.1.5. (#2328)
This commit is contained in:
parent
20bce59ed3
commit
afada89ff0
3 changed files with 21 additions and 14 deletions
20
srcpkgs/io.elementary.calculator/template
Normal file
20
srcpkgs/io.elementary.calculator/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'io.elementary.calculator'
|
||||
pkgname=io.elementary.calculator
|
||||
version=0.1.5
|
||||
revision=1
|
||||
wrksrc="calculator-${version}"
|
||||
build_style=meson
|
||||
hostmakedepends="intltool pkg-config vala desktop-file-utils AppStream"
|
||||
makedepends="granite-devel gtk+3-devel"
|
||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||
short_desc="Calculator app designed for elementary OS"
|
||||
homepage="https://github.com/elementary/calculator"
|
||||
license="GPL-3.0-only"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=3cda7ac983cb8b4f4ebce683bbe7e47cbd659bfb7dacd8815674e81fba78cfb7
|
||||
|
||||
pantheon-calculator_package() {
|
||||
depends="io.elementary.calculator>=${version}_${revision}"
|
||||
build_style=meta
|
||||
short_desc+=" (transitional dummy package)"
|
||||
}
|
1
srcpkgs/pantheon-calculator
Symbolic link
1
srcpkgs/pantheon-calculator
Symbolic link
|
@ -0,0 +1 @@
|
|||
io.elementary.calculator
|
|
@ -1,14 +0,0 @@
|
|||
# Template file for 'pantheon-calculator'
|
||||
pkgname=pantheon-calculator
|
||||
version=0.1.3
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="bzr intltool pkg-config vala"
|
||||
makedepends="granite-devel gtk+3-devel"
|
||||
depends="desktop-file-utils"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Tiny, simple calculator written in GTK+ and Vala"
|
||||
homepage="https://launchpad.net/pantheon-calculator"
|
||||
license="GPL-3"
|
||||
distfiles="https://launchpad.net/pantheon-calculator/0.4-loki/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
checksum=6fbc43aa5ff550224ec8bb39a8772cc3457eca42b84d4c33d1fe9823c7c000b0
|
Loading…
Reference in a new issue