Compare commits

..

20 Commits

Author SHA1 Message Date
Jack L. Frost a6436aeff4 pkgrel
Package builder / BuildPackage (push) Successful in 2m34s Details
Signed-off-by: fbt <fbt@fleshless.org>
2024-04-27 20:45:28 +00:00
Jack L. Frost c91c2cdadc no hooks
Package builder / BuildPackage (push) Successful in 2m17s Details
Signed-off-by: fbt <fbt@fleshless.org>
2024-04-27 20:41:46 +00:00
Jack L. Frost 220b095c12 wut
Package builder / BuildPackage (push) Successful in 2m59s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:26:30 +00:00
Jack L. Frost bb82b12e05 remove useless runs
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:25:13 +00:00
Jack L. Frost 7362e9f908 Rename the job
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 23:24:26 +00:00
Jack L. Frost aabab072c4 Update .gitea/workflows/build-package.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m5s Details
2023-10-25 22:02:50 +00:00
Jack L. Frost 7eb9f9d71e oops old version
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m32s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 21:48:02 +00:00
Jack L. Frost 3937e4d5fb build!
Build the package / Explore-Gitea-Actions (push) Failing after 28s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 21:46:54 +00:00
Jack L. Frost 2c06afd94d no
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 20:50:35 +00:00
Jack L. Frost a9a9ba914f show me
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 19:38:38 +00:00
Jack L. Frost f01baab207 show me
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 19:38:07 +00:00
Jack L. Frost 9786a1ab40 kek
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 19:33:27 +00:00
Jack L. Frost 7ac82fe611 Upload files to ".gitea/workflows"
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m17s Details
2023-10-25 19:25:40 +00:00
Jack L. Frost 738a9bbb76 3.2.14
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-24 03:51:20 +00:00
Jack L. Frost f03f39904f v++
Signed-off-by: fbt <fbt@fleshless.org>
2023-07-27 11:15:37 +00:00
Jack L. Frost d130f5c27e Do not conflict
Signed-off-by: fbt <fbt@fleshless.org>
2022-11-24 12:43:30 +00:00
Jack L. Frost 5fbd8f26dc v++
Signed-off-by: fbt <fbt@fleshless.org>
2022-01-22 11:08:39 +03:00
Jack L. Frost 8d2bad6743 v++
Signed-off-by: fbt <fbt@fleshless.org>
2021-02-27 04:11:16 +03:00
Jack L. Frost 71330c4de7 v++
Signed-off-by: fbt <fbt@fleshless.org>
2020-05-15 01:29:55 +03:00
Jack L. Frost d7c4b6b72a rel, and build
Signed-off-by: fbt <fbt@fleshless.org>
2020-05-13 15:29:56 +03:00
2 changed files with 39 additions and 13 deletions

View File

@ -0,0 +1,32 @@
name: Package builder
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
on: [push]
jobs:
BuildPackage:
runs-on: autobuilder
container:
volumes:
- /home/builder/public/spark-extra/import:/import
steps:
- name: Show job info
run: |
echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- name: Link the workdir into /buildroot # for script compatability with the old builder.
run: |
ln -vfs ${{ gitea.workspace }} /buildroot
- name: Build the package
run: |
cd ${{ gitea.workspace }}
/build -s --noconfirm
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: package
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import

View File

@ -3,22 +3,20 @@
# Contributor: Alexey D. <lq07829icatm@rambler.ru>
# Contributor: Ivailo Monev <xakepa10@gmail.com>
_udev_ver=239
_udev_ver=247
pkgname=('eudev' 'libeudev')
pkgver=3.2.8
pkgrel=1
pkgver=3.2.14
pkgrel=2
pkgdesc="The userspace dev tools (udev) forked by Gentoo"
arch=('i686' 'x86_64')
url="https://github.com/gentoo/eudev"
url="https://github.com/eudev-project/eudev"
license=('GPL')
makedepends=('gobject-introspection' 'gperf' 'gtk-doc' 'intltool' 'kmod')
options=( '!libtool' '!staticlibs')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz"
'initcpio_hooks'
'initcpio_install'
'udev-hwdb.hook'
)
@ -54,7 +52,7 @@ package_eudev() {
depends=(
'kbd'
'kmod'
'hwids'
'hwinfo'
'util-linux'
'libeudev'
)
@ -68,8 +66,6 @@ package_eudev() {
make DESTDIR="${pkgdir}" install
# initramfs hooks
install -Dm644 "$srcdir/initcpio_hooks" "$pkgdir/usr/lib/initcpio/hooks/udev"
install -Dm644 "$srcdir/initcpio_install" "$pkgdir/usr/lib/initcpio/install/udev"
install -Dm644 "$srcdir/udev-hwdb.hook" "$pkgdir/usr/share/libalpm/hooks/udev-hwdb.hook"
# Make network interface name randomization be optional, not the default
@ -84,7 +80,7 @@ package_eudev() {
package_libeudev() {
pkgdesc="eudev client libraries"
depends=( 'glibc' 'glib2' )
conflicts=( 'libudev.so' )
# conflicts=( 'libudev.so' )
provides=(
"libudev=$_udev_ver"
'libudev.so'
@ -94,7 +90,5 @@ package_libeudev() {
make -C src/libudev DESTDIR="$pkgdir" install
}
sha1sums=('1cf0ed7275d631ade61df671644e617848a1de0a'
'defa489254f38e57723a8ff70654f29e47bd448a'
'a6a6ee5c751fb92e2c79e0a297e4c318c8f6bb75'
sha1sums=('8cc76f20d73cae6dde49daa06c6a2bcd059b72b0'
'6cdf611d37604062ae4c380307421cef6fde445d')