Compare commits
	
		
			7 Commits
		
	
	
		
			f8304b572a
			...
			d48cf06a13
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d48cf06a13 | |||
| ea4cecc534 | |||
| 327cf72908 | |||
| 20d089979e | |||
| 32a6ec828e | |||
| 9ffa545580 | |||
| b214c298d2 | 
							
								
								
									
										23
									
								
								ibus-mozc-ut/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										23
									
								
								ibus-mozc-ut/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
			
		||||
pkgbase = ibus-mozc-ut
 | 
			
		||||
	pkgdesc = Mozc module for IBus bundled with the UT dictionary
 | 
			
		||||
	pkgver = 2.26.4486.102.20210907
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://github.com/google/mozc
 | 
			
		||||
	arch = i686
 | 
			
		||||
	arch = x86_64
 | 
			
		||||
	license = custom
 | 
			
		||||
	makedepends = bazel
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	makedepends = pkgconf
 | 
			
		||||
	makedepends = python-six
 | 
			
		||||
	makedepends = qt5-base
 | 
			
		||||
	depends = ibus>=1.4.1
 | 
			
		||||
	depends = mozc-ut-common
 | 
			
		||||
	provides = ibus-mozc=2.26.4486.102
 | 
			
		||||
	conflicts = ibus-mozc
 | 
			
		||||
	conflicts = ibus-mozc-ut2
 | 
			
		||||
	conflicts = ibus-mozc-ut-united
 | 
			
		||||
	source = ibus-mozc-ut-git::git+https://github.com/google/mozc.git#commit=7e8beed3ddad4f8d1065cbab52f24c16d31f5898
 | 
			
		||||
	sha256sums = SKIP
 | 
			
		||||
 | 
			
		||||
pkgname = ibus-mozc-ut
 | 
			
		||||
							
								
								
									
										12
									
								
								ibus-mozc-ut/.gitrepo
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										12
									
								
								ibus-mozc-ut/.gitrepo
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
; DO NOT EDIT (unless you know what you are doing)
 | 
			
		||||
;
 | 
			
		||||
; This subdirectory is a git "subrepo", and this file is maintained by the
 | 
			
		||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
			
		||||
;
 | 
			
		||||
[subrepo]
 | 
			
		||||
	remote = https://aur.archlinux.org/ibus-mozc-ut.git
 | 
			
		||||
	branch = master
 | 
			
		||||
	commit = 07e74047740ea7f49f3b03ae39438cb95e15b4ff
 | 
			
		||||
	parent = 327cf72908326b207fb703540a0b8ea37ee763d0
 | 
			
		||||
	method = merge
 | 
			
		||||
	cmdver = 0.4.3
 | 
			
		||||
							
								
								
									
										72
									
								
								ibus-mozc-ut/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										72
									
								
								ibus-mozc-ut/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,72 @@
 | 
			
		||||
# Maintainer: Nocifer <apmichalopoulos at gmail dot com>
 | 
			
		||||
# Based on original PKGBUILD by: UTUMI Hirosi <utuhiro78 at yahoo dot co dot jp>
 | 
			
		||||
# Contributor: Felix Yan <felixonmars@gmail.com>
 | 
			
		||||
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## The UT dictionary's project page: http://linuxplayers.g1.xrea.com/mozc-ut.html
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Helpful internal stuff
 | 
			
		||||
_commit=7e8beed3ddad4f8d1065cbab52f24c16d31f5898
 | 
			
		||||
_mozcver=2.26.4486.102
 | 
			
		||||
_utdicver=20210907
 | 
			
		||||
 | 
			
		||||
pkgname='ibus-mozc-ut'
 | 
			
		||||
pkgver=${_mozcver}.${_utdicver}
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc='Mozc module for IBus bundled with the UT dictionary'
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
url='https://github.com/google/mozc'
 | 
			
		||||
license=('custom')
 | 
			
		||||
depends=('ibus>=1.4.1' 'mozc-ut-common')
 | 
			
		||||
makedepends=('bazel' 'git' 'pkgconf' 'python-six' 'qt5-base')
 | 
			
		||||
conflicts=('ibus-mozc' 'ibus-mozc-ut2' 'ibus-mozc-ut-united')
 | 
			
		||||
provides=("ibus-mozc=${_mozcver}")
 | 
			
		||||
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=${_commit}")
 | 
			
		||||
sha256sums=('SKIP')
 | 
			
		||||
 | 
			
		||||
prepare() {
 | 
			
		||||
    cd ${pkgname}-git
 | 
			
		||||
 | 
			
		||||
    git submodule update --init --recursive
 | 
			
		||||
 | 
			
		||||
    # Fix the Qt5 include path
 | 
			
		||||
    sed -i -e 's/x86_64-linux-gnu\/qt5/qt/' src/config.bzl
 | 
			
		||||
 | 
			
		||||
    # Fix the GLib include path
 | 
			
		||||
    sed -i -e 's/x86_64-linux-gnu\/glib/glib/' src/BUILD.ibus.bazel
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
    cd ${pkgname}-git/src
 | 
			
		||||
 | 
			
		||||
    env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build renderer:mozc_renderer unix/ibus:ibus_mozc unix/icons --config oss_linux --compilation_mode opt
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
    cd ${pkgname}-git/src
 | 
			
		||||
 | 
			
		||||
    install -Dm644 ../LICENSE                                   ${pkgdir}/usr/share/licenses/mozc/ibus-mozc
 | 
			
		||||
    install -Dm644 data/installer/credits_en.html               ${pkgdir}/usr/share/licenses/mozc/ibus-mozc-submodules
 | 
			
		||||
 | 
			
		||||
    install -Dm755 bazel-bin/renderer/mozc_renderer             ${pkgdir}/usr/lib/mozc/mozc_renderer
 | 
			
		||||
 | 
			
		||||
    install -Dm755 bazel-bin/unix/ibus/ibus_mozc                ${pkgdir}/usr/lib/ibus-mozc/ibus-engine-mozc
 | 
			
		||||
    install -Dm644 bazel-bin/unix/ibus/mozc.xml                 ${pkgdir}/usr/share/ibus/component/mozc.xml
 | 
			
		||||
 | 
			
		||||
    cd bazel-bin/unix
 | 
			
		||||
 | 
			
		||||
    unzip -o icons.zip
 | 
			
		||||
 | 
			
		||||
    install -Dm644 mozc.png                                     ${pkgdir}/usr/share/ibus-mozc/product_icon.png
 | 
			
		||||
    install -Dm644 alpha_full.svg                               ${pkgdir}/usr/share/ibus-mozc/alpha_full.svg
 | 
			
		||||
    install -Dm644 alpha_half.svg                               ${pkgdir}/usr/share/ibus-mozc/alpha_half.svg
 | 
			
		||||
    install -Dm644 direct.svg                                   ${pkgdir}/usr/share/ibus-mozc/direct.svg
 | 
			
		||||
    install -Dm644 hiragana.svg                                 ${pkgdir}/usr/share/ibus-mozc/hiragana.svg
 | 
			
		||||
    install -Dm644 katakana_full.svg                            ${pkgdir}/usr/share/ibus-mozc/katakana_full.svg
 | 
			
		||||
    install -Dm644 katakana_half.svg                            ${pkgdir}/usr/share/ibus-mozc/katakana_half.svg
 | 
			
		||||
    install -Dm644 outlined/dictionary.svg                      ${pkgdir}/usr/share/ibus-mozc/dictionary.svg
 | 
			
		||||
    install -Dm644 outlined/properties.svg                      ${pkgdir}/usr/share/ibus-mozc/properties.svg
 | 
			
		||||
    install -Dm644 outlined/tool.svg                            ${pkgdir}/usr/share/ibus-mozc/tool.svg
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										15
									
								
								lisgd-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										15
									
								
								lisgd-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
pkgbase = lisgd-git
 | 
			
		||||
	pkgdesc = Bind gestures on touchscreens, and unsupported gesture devices via libinput touch events
 | 
			
		||||
	pkgver = 0.3.0.r2.g190a93d
 | 
			
		||||
	pkgrel = 2
 | 
			
		||||
	url = https://git.sr.ht/~mil/lisgd
 | 
			
		||||
	arch = any
 | 
			
		||||
	license = MIT
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	depends = libinput
 | 
			
		||||
	provides = lisgd
 | 
			
		||||
	source = git+https://git.sr.ht/~mil/lisgd#branch=master
 | 
			
		||||
	sha1sums = SKIP
 | 
			
		||||
 | 
			
		||||
pkgname = lisgd-git
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								lisgd-git/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										5
									
								
								lisgd-git/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
*.tar*
 | 
			
		||||
/pkg
 | 
			
		||||
/src
 | 
			
		||||
/lisgd
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								lisgd-git/.gitrepo
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										12
									
								
								lisgd-git/.gitrepo
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
; DO NOT EDIT (unless you know what you are doing)
 | 
			
		||||
;
 | 
			
		||||
; This subdirectory is a git "subrepo", and this file is maintained by the
 | 
			
		||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
			
		||||
;
 | 
			
		||||
[subrepo]
 | 
			
		||||
	remote = https://aur.archlinux.org/lisgd-git.git
 | 
			
		||||
	branch = master
 | 
			
		||||
	commit = 1a6167bdcc00b752cd28ac86bf0374f99752fdb5
 | 
			
		||||
	parent = f8304b572a2cf58e5ebecf578dd02c004df5a664
 | 
			
		||||
	method = merge
 | 
			
		||||
	cmdver = 0.4.3
 | 
			
		||||
							
								
								
									
										21
									
								
								lisgd-git/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										21
									
								
								lisgd-git/LICENSE
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2021 Antonín Dach
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
			
		||||
of this software and associated documentation files (the "Software"), to deal
 | 
			
		||||
in the Software without restriction, including without limitation the rights
 | 
			
		||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | 
			
		||||
copies of the Software, and to permit persons to whom the Software is
 | 
			
		||||
furnished to do so, subject to the following conditions:
 | 
			
		||||
 | 
			
		||||
The above copyright notice and this permission notice shall be included in all
 | 
			
		||||
copies or substantial portions of the Software.
 | 
			
		||||
 | 
			
		||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
			
		||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
			
		||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
			
		||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
			
		||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
			
		||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
			
		||||
SOFTWARE.
 | 
			
		||||
							
								
								
									
										37
									
								
								lisgd-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										37
									
								
								lisgd-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,37 @@
 | 
			
		||||
# Maintainer: Antonín Dach <dach@protonmail.com>
 | 
			
		||||
 | 
			
		||||
pkgname=lisgd-git
 | 
			
		||||
_pkgname=lisgd
 | 
			
		||||
pkgver=0.3.1.r2.g6a4ec4b
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc='Bind gestures on touchscreens, and unsupported gesture devices via libinput touch events'
 | 
			
		||||
arch=(any)
 | 
			
		||||
url='https://git.sr.ht/~mil/lisgd'
 | 
			
		||||
license=('MIT')
 | 
			
		||||
makedepends=('git')
 | 
			
		||||
depends=(libinput)
 | 
			
		||||
provides=(lisgd)
 | 
			
		||||
conflicts=()
 | 
			
		||||
install=
 | 
			
		||||
source=('git+https://git.sr.ht/~mil/lisgd#branch=master')
 | 
			
		||||
sha1sums=('SKIP')
 | 
			
		||||
 | 
			
		||||
pkgver() {
 | 
			
		||||
	cd "$_pkgname"
 | 
			
		||||
	( set -o pipefail
 | 
			
		||||
	  git describe --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
 | 
			
		||||
	  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
	cd "$_pkgname"
 | 
			
		||||
	make
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
	cd "$_pkgname"
 | 
			
		||||
	mkdir -p "$pkgdir/usr/bin"
 | 
			
		||||
	install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										28
									
								
								mozc-ut-common/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										28
									
								
								mozc-ut-common/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,28 @@
 | 
			
		||||
pkgbase = mozc-ut-common
 | 
			
		||||
	pkgdesc = The Open Source edition of Google Japanese Input bundled with the UT dictionary
 | 
			
		||||
	pkgver = 2.26.4486.102.20210907
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://github.com/google/mozc
 | 
			
		||||
	arch = i686
 | 
			
		||||
	arch = x86_64
 | 
			
		||||
	license = custom
 | 
			
		||||
	makedepends = bazel
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	makedepends = pkgconf
 | 
			
		||||
	makedepends = python-six
 | 
			
		||||
	depends = qt5-base
 | 
			
		||||
	provides = mozc=2.26.4486.102
 | 
			
		||||
	provides = mozc-ut=2.26.4486.102.20210907
 | 
			
		||||
	conflicts = mozc
 | 
			
		||||
	conflicts = mozc-ut
 | 
			
		||||
	conflicts = mozc-ut2
 | 
			
		||||
	conflicts = mozc-neologd-ut
 | 
			
		||||
	conflicts = mozc-neologd-ut+ut2
 | 
			
		||||
	conflicts = mozc-ut-unified
 | 
			
		||||
	conflicts = mozc-ut-united
 | 
			
		||||
	source = mozc-ut-common-git::git+https://github.com/google/mozc.git#commit=7e8beed3ddad4f8d1065cbab52f24c16d31f5898
 | 
			
		||||
	source = https://osdn.net/downloads/users/32/32939/mozcdic-ut-20210907.tar.bz2
 | 
			
		||||
	sha256sums = SKIP
 | 
			
		||||
	sha256sums = 8a3642e12f26b63c93547a037e1910d1462863bc44c821fbe05a6f86197a5a93
 | 
			
		||||
 | 
			
		||||
pkgname = mozc-ut-common
 | 
			
		||||
							
								
								
									
										12
									
								
								mozc-ut-common/.gitrepo
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										12
									
								
								mozc-ut-common/.gitrepo
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
; DO NOT EDIT (unless you know what you are doing)
 | 
			
		||||
;
 | 
			
		||||
; This subdirectory is a git "subrepo", and this file is maintained by the
 | 
			
		||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
			
		||||
;
 | 
			
		||||
[subrepo]
 | 
			
		||||
	remote = https://aur.archlinux.org/mozc-ut-common.git
 | 
			
		||||
	branch = master
 | 
			
		||||
	commit = 07e5c3c752fbe0ee8a9279c3f35398c2453436a8
 | 
			
		||||
	parent = ea4cecc53474df92bc30d0cabf4e8dae3f5ded05
 | 
			
		||||
	method = merge
 | 
			
		||||
	cmdver = 0.4.3
 | 
			
		||||
							
								
								
									
										59
									
								
								mozc-ut-common/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										59
									
								
								mozc-ut-common/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,59 @@
 | 
			
		||||
# Maintainer: Nocifer <apmichalopoulos at gmail dot com>
 | 
			
		||||
# Based on original PKGBUILD by: UTUMI Hirosi <utuhiro78 at yahoo dot co dot jp>
 | 
			
		||||
# Contributor: Felix Yan <felixonmars@gmail.com>
 | 
			
		||||
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## The UT dictionary's project page: http://linuxplayers.g1.xrea.com/mozc-ut.html
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Helpful internal stuff
 | 
			
		||||
_commit=7e8beed3ddad4f8d1065cbab52f24c16d31f5898
 | 
			
		||||
_mozcver=2.26.4486.102
 | 
			
		||||
_utdicver=20210907
 | 
			
		||||
 | 
			
		||||
pkgname='mozc-ut-common'
 | 
			
		||||
pkgver=${_mozcver}.${_utdicver}
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
url='https://github.com/google/mozc'
 | 
			
		||||
license=('custom')
 | 
			
		||||
depends=('qt5-base')
 | 
			
		||||
makedepends=('bazel' 'git' 'pkgconf' 'python-six')
 | 
			
		||||
conflicts=('mozc' 'mozc-ut' 'mozc-ut2' 'mozc-neologd-ut' 'mozc-neologd-ut+ut2' 'mozc-ut-unified' 'mozc-ut-united')
 | 
			
		||||
provides=("mozc=${_mozcver}" "mozc-ut=${_mozcver}.${_utdicver}")
 | 
			
		||||
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=${_commit}"
 | 
			
		||||
        "https://osdn.net/downloads/users/32/32939/mozcdic-ut-${_utdicver}.tar.bz2")
 | 
			
		||||
sha256sums=('SKIP'
 | 
			
		||||
            '8a3642e12f26b63c93547a037e1910d1462863bc44c821fbe05a6f86197a5a93')
 | 
			
		||||
 | 
			
		||||
prepare() {
 | 
			
		||||
    cd ${pkgname}-git
 | 
			
		||||
 | 
			
		||||
    git submodule update --init --recursive
 | 
			
		||||
 | 
			
		||||
    # Fix the Qt5 include path
 | 
			
		||||
    sed -i -e 's/x86_64-linux-gnu\/qt5/qt/' src/config.bzl
 | 
			
		||||
 | 
			
		||||
    # Add the UT dictionary
 | 
			
		||||
    cat ${srcdir}/mozcdic-ut-${_utdicver}/mozcdic-ut-${_utdicver}.txt >> src/data/dictionary_oss/dictionary00.txt
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
    cd ${pkgname}-git/src
 | 
			
		||||
 | 
			
		||||
    env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
    #install -Dm644 mozcdic-ut-${_utdicver}/COPYING              ${pkgdir}/usr/share/licenses/mozc/ut-dictionary
 | 
			
		||||
 | 
			
		||||
    cd ${pkgname}-git/src
 | 
			
		||||
 | 
			
		||||
    install -Dm644 ../LICENSE                                   ${pkgdir}/usr/share/licenses/mozc/mozc
 | 
			
		||||
    install -Dm644 data/installer/credits_en.html               ${pkgdir}/usr/share/licenses/mozc/mozc-submodules
 | 
			
		||||
 | 
			
		||||
    install -Dm755 bazel-bin/server/mozc_server                 ${pkgdir}/usr/lib/mozc/mozc_server
 | 
			
		||||
    install -Dm755 bazel-bin/gui/tool/mozc_tool                 ${pkgdir}/usr/lib/mozc/mozc_tool
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										19
									
								
								physlock-dexterlb-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										19
									
								
								physlock-dexterlb-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,19 @@
 | 
			
		||||
pkgbase = physlock-dexterlb-git
 | 
			
		||||
	pkgdesc = Lightweight linux console locking tool. A Fork allowing commands before and after lock
 | 
			
		||||
	pkgver = v13.r5.ge4df70c
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://github.com/DexterLB/physlock
 | 
			
		||||
	arch = x86_64
 | 
			
		||||
	license = GPL
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	depends = pam
 | 
			
		||||
	depends = systemd-libs
 | 
			
		||||
	provides = physlock
 | 
			
		||||
	conflicts = physlock
 | 
			
		||||
	source = physlock::git+https://github.com/DexterLB/physlock.git
 | 
			
		||||
	source = physlock.pam
 | 
			
		||||
	sha512sums = SKIP
 | 
			
		||||
	sha512sums = 51f35b2b736d8b601a6ea42c038ab0f498225ce4e392eeb35fdcec4a51a7a492a836de451a28565a27dea694a4a29ac4de7ea2c8852bba63cad58710641557fe
 | 
			
		||||
 | 
			
		||||
pkgname = physlock-dexterlb-git
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								physlock-dexterlb-git/.gitrepo
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										12
									
								
								physlock-dexterlb-git/.gitrepo
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
; DO NOT EDIT (unless you know what you are doing)
 | 
			
		||||
;
 | 
			
		||||
; This subdirectory is a git "subrepo", and this file is maintained by the
 | 
			
		||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
			
		||||
;
 | 
			
		||||
[subrepo]
 | 
			
		||||
	remote = https://aur.archlinux.org/physlock-dexterlb-git.git
 | 
			
		||||
	branch = master
 | 
			
		||||
	commit = 05ad0d613fbc2109bd738d61db02b283a8326a8c
 | 
			
		||||
	parent = 9ffa5455801935c40012a66c353e94a477645b9f
 | 
			
		||||
	method = merge
 | 
			
		||||
	cmdver = 0.4.3
 | 
			
		||||
							
								
								
									
										35
									
								
								physlock-dexterlb-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										35
									
								
								physlock-dexterlb-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,35 @@
 | 
			
		||||
# Maintainer: Cullen Ross <cullenrss@gmail.com>
 | 
			
		||||
 | 
			
		||||
pkgname=physlock-dexterlb-git
 | 
			
		||||
_pkgname='physlock'
 | 
			
		||||
pkgver=v13.r11.gfc47a51
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc="Lightweight linux console locking tool. A Fork allowing commands before and after lock"
 | 
			
		||||
arch=('x86_64')
 | 
			
		||||
license=('GPL')
 | 
			
		||||
url="https://github.com/DexterLB/physlock"
 | 
			
		||||
depends=('pam' 'systemd-libs')
 | 
			
		||||
makedepends=('git')
 | 
			
		||||
provides=('physlock')
 | 
			
		||||
conflicts=('physlock')
 | 
			
		||||
source=("${_pkgname}::git+${url}.git"
 | 
			
		||||
        'physlock.pam')
 | 
			
		||||
sha512sums=('SKIP'
 | 
			
		||||
            '51f35b2b736d8b601a6ea42c038ab0f498225ce4e392eeb35fdcec4a51a7a492a836de451a28565a27dea694a4a29ac4de7ea2c8852bba63cad58710641557fe')
 | 
			
		||||
 | 
			
		||||
pkgver() {
 | 
			
		||||
  cd "$_pkgname"
 | 
			
		||||
  ( set -o pipefail
 | 
			
		||||
    git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
 | 
			
		||||
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
  make PREFIX="/usr" -C "${_pkgname}"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
  install -D -m 644 physlock.pam "$pkgdir/etc/pam.d/physlock"
 | 
			
		||||
  make DESTDIR="${pkgdir}" PREFIX="/usr" -C "${_pkgname}" install
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										5
									
								
								physlock-dexterlb-git/physlock.pam
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										5
									
								
								physlock-dexterlb-git/physlock.pam
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
#%PAM-1.0
 | 
			
		||||
auth		required	pam_unix.so
 | 
			
		||||
account		required	pam_unix.so
 | 
			
		||||
password	required	pam_unix.so
 | 
			
		||||
session		required	pam_unix.so
 | 
			
		||||
@ -5,7 +5,7 @@
 | 
			
		||||
_pkgname="xournalpp"
 | 
			
		||||
pkgname="${_pkgname}-git"
 | 
			
		||||
 | 
			
		||||
pkgver=nightly.r0.gfffaa72e
 | 
			
		||||
pkgver=nightly.r12.gdad1ef7e9
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user