-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stable merge for week 22 of 2014 (#877)
### Updated Packages - `appmarkable` - 0.1.3-1 (#876 #875) - `micro` - 2.0.13-2 (#870) - `toltec-bootstrap` - 0.4.4-1 (#704 #690 #873) - `webinterface-upload-button` - 1.1.1-3 (#870) - `open-remarkable-shutdown` - 1.0-3 (#879) - `toltec-deletions` - 0.1-5 (#880) ### Tooling - Fix sha256sum validation (#870).
- Loading branch information
Showing
9 changed files
with
81 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,17 @@ | |
pkgnames=(appmarkable) | ||
pkgdesc="Front-end for apps that do not have a graphical user interface" | ||
url="https://github.com/LinusCDE/appmarkable" | ||
pkgver=0.0.0-11 | ||
timestamp=2021-03-10T18:36Z | ||
pkgver=0.1.3-1 | ||
timestamp=2024-06-01T21:00Z | ||
section="devel" | ||
maintainer="Linus K. <[email protected]>" | ||
license=MIT | ||
installdepends=(display) | ||
flags=(patch_rm2fb) | ||
|
||
image=rust:v2.1 | ||
source=(https://github.com/LinusCDE/appmarkable/archive/c44ee87ea2b1f1e41c9592476c076150c9a1acf4.zip) | ||
sha256sums=(76e151aeae0f18b206dd3c6258bf74bcb5256ee2f803e1ed2073278831158f60) | ||
image=rust:v3.1 | ||
source=(https://github.com/LinusCDE/appmarkable/archive/0463ffc5bdaf29ff0a0e92fb15a90b06e310c417.zip) | ||
sha256sums=(bb45ed03a360f1a58e58e5a8e3176008e8e63053fc46925d20be92b532a02822) | ||
|
||
build() { | ||
# Fall back to system-wide config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
pkgnames=(micro) | ||
pkgdesc="Modern and intuitive terminal-based text editor" | ||
url=https://micro-editor.github.io/ | ||
pkgver=2.0.13-1 | ||
pkgver=2.0.13-2 | ||
timestamp=2023-10-21T22:38:29Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
license=MIT | ||
|
||
source=("https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-linux-arm.tar.gz") | ||
sha256sums=(cbbed4e69567871462464049646dc11fdad8b8c75fde5d75856068c2cfbd2d38) | ||
sha256sums=(adb9cf644354a5c85819db40e1a427f0f4951b172597bbcd3ef94ecc4a8c4b75) | ||
|
||
package() { | ||
install -Dm644 "$srcdir"/LICENSE "$pkgdir/opt/usr/share/licenses/$pkgname/LICENSE" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
# Copyright (c) 2021 The Toltec Contributors | ||
# SPDX-License-Identifier: MIT | ||
|
||
archs=(rmallos2) | ||
archs=(rmallos2 rm1os3) | ||
pkgnames=(open-remarkable-shutdown) | ||
pkgdesc="Use remarkable-splash to display shutdown and reboot images" | ||
url=https://github.com/ddvk/remarkable-splash | ||
pkgver=1.0-2 | ||
pkgver=1.0-3 | ||
timestamp=2022-02-28T00:12Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
pkgnames=(toltec-bootstrap) | ||
pkgdesc="Manage your Toltec install" | ||
url=https://toltec-dev.org/ | ||
pkgver=0.4.1-1 | ||
timestamp=2023-11-27T00:34Z | ||
pkgver=0.4.4-1 | ||
timestamp=2024-05-31T19:13Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
license=MIT | ||
|
@@ -64,3 +64,8 @@ configure() { | |
echo | ||
fi | ||
} | ||
|
||
postremove() { | ||
# Reload rules without the input udev rule | ||
udevadm control --reload-rules && udevadm trigger | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,37 @@ | |
# Copyright (c) 2023 The Toltec Contributors | ||
# SPDX-License-Identifier: MIT | ||
|
||
archs=(rmallos2 rmallos3) | ||
archs=(rmallos2 rm1os3 rm2os3) | ||
pkgnames=(toltec-deletions) | ||
pkgdesc="Metapackage to handle package deletions between OS versions" | ||
url=https://toltec-dev.org/ | ||
pkgver=0.1-4 | ||
pkgver=0.1-5 | ||
timestamp=2023-12-03T04:51:58Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
license=MIT | ||
installdepends=(toltec-bootstrap) | ||
conflicts_rmallos2=() | ||
replaces_rmallos2=() | ||
conflicts_rmallos3=( | ||
conflicts_rm1os3=( | ||
ddvk-hacks | ||
fuse | ||
wireguard | ||
innernet-client | ||
gocryptfs | ||
linux-mainline | ||
remarkable-stylus | ||
) | ||
replaces_rm1os3=( | ||
ddvk-hacks | ||
fuse | ||
wireguard | ||
innernet-client | ||
gocryptfs | ||
linux-mainline | ||
remarkable-stylus | ||
) | ||
conflicts_rm2os3=( | ||
ddvk-hacks | ||
fuse | ||
wireguard | ||
|
@@ -24,7 +42,7 @@ conflicts_rmallos3=( | |
remarkable-stylus | ||
open-remarkable-shutdown | ||
) | ||
replaces_rmallos3=( | ||
replaces_rm2os3=( | ||
ddvk-hacks | ||
fuse | ||
wireguard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=("webinterface-upload-button") | ||
pkgdesc="A simple upload button for the web interface" | ||
url="https://github.com/rM-self-serve/webinterface-upload-button" | ||
pkgver=1.1.1-2 | ||
pkgver=1.1.1-3 | ||
timestamp=2023-12-16T15:35:49Z | ||
section="utils" | ||
maintainer="rM-self-serve <[email protected]>" | ||
|
@@ -15,7 +15,7 @@ source=( | |
"$url"/archive/1d28b2d91c0179059017696ae5a33aa49e1e7c7d.zip | ||
) | ||
sha256sums=( | ||
99ac382e665b55c43876e8991c9dfa7f11a625d4f3ed4f35d3bc58762e04db39 | ||
f967cad7607da6458cb0e307b662db66026747922f98ad19f7e2265b9cab1f47 | ||
) | ||
|
||
package() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters