Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed May 11, 2024
0 parents commit 0be47b4
Show file tree
Hide file tree
Showing 18,602 changed files with 107,191 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Package

on:
workflow_dispatch:

push:
branches: [ "*" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Send Hooks BigLinux Build Package
shell: bash
run: |
curl -X POST -H "Accept: application/json" -H "Authorization: token ${{ secrets.WEBHOOK_TOKEN }}" --data '{"event_type": "${{ github.repository }}", "client_payload": { "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}"}}' https://api.github.com/repos/BigLinux-Package-Build/build-package/dispatches
curl -X POST -H "Accept: application/json" -H "Authorization: token ${{ secrets.WEBHOOK_TOKEN }}" --data '{"event_type": "${{ github.repository }}", "client_payload": { "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}"}}' https://api.github.com/repos/BigLinux-Package-Build/build-package-ARM/dispatches
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Maintainer: Barnabé di Kartola <[email protected]>

pkgname=bigicons-papient
pkgdesc="Package icons for biglinux based in Papirus and Fluent"
depends=('papirus-icon-theme')
# makedepends=('')
# conflicts=('')
pkgver=$(date +%y.%m.%d)
pkgrel=$(date +%H%M)
arch=('any')
license=('GPL3')
url="https://github.com/biglinux/$pkgname"
provides=("$pkgname")
source=("git+${url}.git")
md5sums=('SKIP')
if [ -e "${pkgname}.install" ];then
install=${pkgname}.install
elif [ -e "pkgbuild.install" ];then
install=pkgbuild.install
fi

package() {
# Verify default folder
if [ -d "${srcdir}/${pkgname}/${pkgname}" ]; then
InternalDir="${srcdir}/${pkgname}/${pkgname}"
else
InternalDir="${srcdir}/${pkgname}"
fi

# Copy files
if [ -d "${InternalDir}/usr" ]; then
cp -r "${InternalDir}/usr" "${pkgdir}/"
fi

if [ -d "${InternalDir}/etc" ]; then
cp -r "${InternalDir}/etc" "${pkgdir}/"
fi

if [ -d "${InternalDir}/opt" ]; then
cp -r "${InternalDir}/opt" "${pkgdir}/"
fi

# Generate light theme from dark theme
mkdir -p "${pkgdir}/usr/share/icons/bigicons-papient"
cd "${pkgdir}/usr/share/icons/bigicons-papient"
cp -R ../bigicons-papient-dark/16 .
cp -R ../bigicons-papient-dark/22 .
cp -R ../bigicons-papient-dark/symbolic .
ln -s 16 16@2x
ln -s 16 16@3x
ln -s 22 22@3x
ln -s 22 22@2x
ln -s symbolic symbolic16
ln -s symbolic symbolic22
ln -s ../bigicons-papient-dark/scalable scalable
ln -s ../bigicons-papient-dark/scalable scalable@2x
ln -s ../bigicons-papient-dark/scalable scalable@3x
# Change index.theme
cp ../bigicons-papient-dark/index.theme .
sed -i 's|breeze-dark|breeze|g;s|bigicons-papient-dark|bigicons-papient-light|g;s|Papirus-Dark|Papirus-Light|g' index.theme
# Change color of all icons
find 16 -type f -name '*.svg' -exec sed -i 's|#fcfcfc|#232629|g' {} \;
find 22 -type f -name '*.svg' -exec sed -i 's|#fcfcfc|#232629|g' {} \;
find symbolic -type f -name '*.svg' -exec sed -i 's|#fcfcfc|#232629|g' {} \;
}
30 changes: 30 additions & 0 deletions pkgbuild/pkgbuild.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## arg 1: the new package version
#pre_install() {
# do something here
#}

## arg 1: the new package version
#post_install() {
# do something here
#}

## arg 2: the old package version
#pre_upgrade() {
# do something here
#}

## arg 2: the old package version
#post_upgrade() {
#post_install
#}

## arg 1: the old package version
#pre_remove() {
# do something here
#}

## arg 1: the old package version
#post_remove() {
# do something here
#}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions usr/share/icons/bigicons-papient-dark/16/actions/acrobat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions usr/share/icons/bigicons-papient-dark/16/actions/actor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions usr/share/icons/bigicons-papient-dark/16/actions/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0be47b4

Please sign in to comment.