void-packages/srcpkgs/plata-theme/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
810 B
Bash

# Template file for 'plata-theme'
pkgname=plata-theme
version=0.8.0
revision=1
archs=noarch
build_style=gnu-configure
configure_args="--enable-parallel --enable-telegram"
hostmakedepends="automake libtool pkg-config glib-devel libxml2 sassc inkscape
parallel procps-ng zip"
makedepends="libglib-devel gdk-pixbuf-devel gtk+-devel gtk+3-devel
gtk2-engines gtk-engine-murrine"
depends="fonts-roboto-ttf"
short_desc="Gtk theme based on Material Design Refresh"
maintainer="Orphaned <orphan@voidlinux.org>"
license="CC-BY-SA-4.0, GPL-2.0-or-later"
homepage="https://gitlab.com/tista500/plata-theme"
distfiles="https://gitlab.com/tista500/plata-theme/-/archive/${version}/plata-theme-${version}.tar.gz"
checksum=1ee6e49716fdf4ddafae61e5fafb4f9b2c66ee02abab200f9872556c037157f8
pre_configure() {
autoreconf -fi
}