Skip to content

Commit

Permalink
Add new submodule (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Dec 26, 2023
1 parent 947e548 commit e9e9b03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/aur/photobroom-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = photobroom-git
pkgdesc = Photos managing tool
pkgver = v1.6.0.r175.ge9b0d6b95
pkgver = v1.6.0.r461.g947e54877
pkgrel = 1
url = https://github.com/Kicer86/photobroom
arch = i686
Expand All @@ -27,6 +27,8 @@ pkgbase = photobroom-git
source = qml-colorpicker::git+https://github.com/rshest/qml-colorpicker.git#commit=5967b3e38033794f54d66c57a03f9a356df0dc03
source = face_recognition_models::git+https://github.com/ageitgey/face_recognition_models.git#commit=e67de717267507d1e9246de95692eb8be736ab61
source = animated_webp::git+https://github.com/Kicer86/AnimatedWebP.git#commit=996e92a0c45b2ea20034c9e97ec75d2098faf2f8
source = reflectpp::git+https://github.com/Kicer86/reflectpp.git#commit=5dc631cb129dd6a5dbdcab8836ba7e0772c2b02c
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
Expand Down
9 changes: 7 additions & 2 deletions .github/aur/photobroom-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Michał Walenciak <kicer86@gmail.com>
pkgname=photobroom-git
pkgver=v1.6.0.r175.ge9b0d6b95
pkgver=v1.6.0.r461.g947e54877
pkgrel=1
pkgdesc="Photos managing tool"
arch=('i686' 'x86_64')
Expand All @@ -22,13 +22,16 @@ source=(photobroom-git::git+https://github.com/Kicer86/photobroom.git#branch=mas
qml-colorpicker::git+https://github.com/rshest/qml-colorpicker.git#commit=5967b3e38033794f54d66c57a03f9a356df0dc03
face_recognition_models::git+https://github.com/ageitgey/face_recognition_models.git#commit=e67de717267507d1e9246de95692eb8be736ab61
animated_webp::git+https://github.com/Kicer86/AnimatedWebP.git#commit=996e92a0c45b2ea20034c9e97ec75d2098faf2f8
reflectpp::git+https://github.com/Kicer86/reflectpp.git#commit=5dc631cb129dd6a5dbdcab8836ba7e0772c2b02c
)
noextract=()
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP')
'SKIP'
'SKIP'
)

pkgver() {
cd "$pkgname"
Expand All @@ -41,10 +44,12 @@ prepare()
rm -d $pkgname/src/gui/desktop/quick_items/external/qml-colorpicker
rm -d $pkgname/src/gui/desktop/utils/animated_webp
rm -d $pkgname/src/face_recognition/dlib_wrapper/face_recognition_models
rm -d $pkgname/tools/reflect++
ln -s ../cmake_modules $pkgname/cmake_modules
ln -s ../../../../../../qml-colorpicker $pkgname/src/gui/desktop/quick_items/external/qml-colorpicker
ln -s ../../../../../animated_webp $pkgname/src/gui/desktop/utils/animated_webp
ln -s ../../../../face_recognition_models $pkgname/src/face_recognition/dlib_wrapper/face_recognition_models
ln -s ../../reflectpp $pkgname/tools/reflect++
}

build()
Expand Down

0 comments on commit e9e9b03

Please sign in to comment.