Search Criteria
Package Details: bunsen-common-git r143.1f382a8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/bunsen-common-git.git (read-only, click to copy) |
---|---|
Package Base: | bunsen-common-git |
Description: | Various shared files for BunsenLabs |
Upstream URL: | https://github.com/BunsenLabs/bunsen-common |
Licenses: | GPL-3.0-or-later |
Conflicts: | bunsen-common |
Provides: | bunsen-common |
Submitter: | jsoy9pQbYVNu5nfU |
Maintainer: | None |
Last Packager: | micwoj92 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-18 11:28 (UTC) |
Last Updated: | 2024-06-09 02:15 (UTC) |
Dependencies (2)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- bunsen-pipemenus-git (requires bunsen-common)
- bunsen-utilities-git (requires bunsen-common)
Latest Comments
lovideo commented on 2021-09-20 23:19 (UTC) (edited on 2021-09-20 23:19 (UTC) by lovideo)
some filenames changed
-source=('git+https://github.com/BunsenLabs/bunsen-common.git#branch=master') +source=('git+https://github.com/BunsenLabs/bunsen-common.git') md5sums=('SKIP')
pkgver() { @@ -20,13 +20,13 @@ pkgver() {
check() { cd "$srcdir/${pkgname%-git}" - bash -n bl-include.cfg + bash -n bl-includes bash -n yad-includes }
package() { cd "$srcdir/${pkgname%-git}" - install -Dm 644 bl-include.cfg "${pkgdir}/usr/lib/bunsen/common/bl-include.cfg" + install -Dm 644 bl-includes "${pkgdir}/usr/lib/bunsen/common/bl-includes" install -Dm 644 yad-includes "${pkgdir}/usr/lib/bunsen/common/yad-includes" install -Dm 644 distributor-logo-bunsenlabs.svg "${pkgdir}/usr/share/icons/hicolor/scalable/places/distributor-logo-bunsenlabs.svg" }