Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

fix scudcloud and add python-jsmin #406

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions antergos/python-jsmin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgbase = python-jsmin
pkgdesc = Javascript minifier.
pkgver = 2.2.2
pkgrel = 1
url = https://github.com/tikitu/jsmin/
arch = any
license = MIT
makedepends = python-setuptools
depends = python
source = https://github.com/tikitu/jsmin/archive/release-2.2.2.tar.gz
md5sums = 4813c3e28a01d31545bb8db09de86cac

pkgname = python-jsmin

21 changes: 21 additions & 0 deletions antergos/python-jsmin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Maintainer: Antergos Developers <[email protected]>
# Contributor: Aoibhinn Nic Aoidh <[email protected]>

pkgname=python-jsmin
_pkgname='jsmin'
pkgver=2.2.2
pkgrel=1
pkgdesc='Javascript minifier.'
url='https://github.com/tikitu/jsmin/'
arch=('any')
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/tikitu/${_pkgname}/archive/release-${pkgver}.tar.gz")
md5sums=('4813c3e28a01d31545bb8db09de86cac')

package() {
cd "${srcdir}/${_pkgname}-release-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1
}

14 changes: 7 additions & 7 deletions antergos/scudcloud/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
# Sun Jun 4 23:13:39 UTC 2017
pkgbase = scudcloud
pkgdesc = A non official open-source Linux desktop client app for Slack.
pkgver = 1.60
pkgrel = 4
pkgver = 1.65
pkgrel = 6
url = https://github.com/raelgc/scudcloud
arch = any
groups = messaging
license = MIT
depends = python-setuptools
depends = python-dbus
depends = python-pyqt5
depends = hunspell-en
source = https://github.com/raelgc/scudcloud/archive/v1.60.tar.gz
md5sums = 284166e674342c98683e018a3c09ccab
depends = python-jsmin
depends = hunspell-en_US
depends = qt5-webkit
source = https://github.com/raelgc/scudcloud/archive/v1.65.tar.gz
md5sums = 44c5994e93a3329a15c8a6440a4fd25c

pkgname = scudcloud

7 changes: 4 additions & 3 deletions antergos/scudcloud/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Maintainer: Antergos Develepors <[email protected]>
# Contributor: Michael Herold <[email protected]>
# Contributor: Aoibhinn Nic Aoidh <[email protected]>

pkgname=scudcloud
pkgver=1.65
pkgrel=5
pkgrel=6
pkgdesc="A non official open-source Linux desktop client app for Slack."
arch=('any')
url="https://github.com/raelgc/scudcloud"
license=('MIT')
depends=('python-setuptools' 'python-dbus' 'python-pyqt5' 'hunspell-en' 'qt5-webkit')
depends=('python-setuptools' 'python-dbus' 'python-pyqt5' 'python-jsmin' 'hunspell-en_US' 'qt5-webkit')
groups=('messaging')
source=("https://github.com/raelgc/scudcloud/archive/v${pkgver}.tar.gz")
md5sums=('284166e674342c98683e018a3c09ccab')
md5sums=('44c5994e93a3329a15c8a6440a4fd25c')


# BEGIN ANTBS METADATA
Expand Down