Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: gcr-x32-pkg-description.in
===================================================================
--- gcr-x32-pkg-description.in	(.../gcr/4.1.0-ppc32)	(revision 336)
+++ gcr-x32-pkg-description.in	(.../gcr4/4.1.0-ppc32)	(nonexistent)
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.  Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in.  You must
-# make exactly 11 lines for the formatting to be correct.  It's also
-# customary to leave one space after the ':'.
-
-       |-----handy-ruler------------------------------------------------------|
-gcr-x32: gcr-x32 @VERSION@ (crypto library and ui for gnome-keyring)
-gcr-x32:
-gcr-x32: GCR is a library for displaying certificates and crypto UI
-gcr-x32: accessing key stores. It also provides the viewer for crypto
-gcr-x32: files on the GNOME desktop.
-gcr-x32:
-gcr-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
-gcr-x32: in a (G)object oriented way.
-gcr-x32:
-gcr-x32:
-gcr-x32:
Index: gcr-x32-pkg-install.sh
===================================================================
--- gcr-x32-pkg-install.sh	(.../gcr/4.1.0-ppc32)	(revision 336)
+++ gcr-x32-pkg-install.sh	(.../gcr4/4.1.0-ppc32)	(nonexistent)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-pre_update() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_update() {
-  post_install
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-
-
-operation=$1
-shift
-
-$operation $*

Property changes on: gcr-x32-pkg-install.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: Makefile
===================================================================
--- Makefile	(.../gcr/4.1.0-ppc32)	(revision 336)
+++ Makefile	(.../gcr4/4.1.0-ppc32)	(revision 337)
@@ -47,7 +47,7 @@
 #
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
-GCR_32_PKG_NAME                = gcr-x32
+GCR_32_PKG_NAME                = gcr4-x32
 GCR_32_PKG_VERSION             = 4.1.0
 GCR_32_PKG_ARCH                = $(PKGARCH)
 GCR_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
Index: gcr4-x32-pkg-description.in
===================================================================
--- gcr4-x32-pkg-description.in	(.../gcr/4.1.0-ppc32)	(nonexistent)
+++ gcr4-x32-pkg-description.in	(.../gcr4/4.1.0-ppc32)	(revision 337)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+        |-----handy-ruler------------------------------------------------------|
+gcr4-x32: gcr4-x32 @VERSION@ (crypto library and ui for gnome-keyring v4)
+gcr4-x32:
+gcr4-x32: GCR is a library for displaying certificates and crypto UI
+gcr4-x32: accessing key stores. It also provides the viewer for crypto
+gcr4-x32: files on the GNOME desktop.
+gcr4-x32:
+gcr4-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
+gcr4-x32: in a (G)object oriented way.
+gcr4-x32:
+gcr4-x32:
+gcr4-x32:
Index: gcr4-x32-pkg-install.sh
===================================================================
--- gcr4-x32-pkg-install.sh	(.../gcr/4.1.0-ppc32)	(nonexistent)
+++ gcr4-x32-pkg-install.sh	(.../gcr4/4.1.0-ppc32)	(revision 337)
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# arg 1:  the new package version
+pre_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_update() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_update() {
+  post_install
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*

Property changes on: gcr4-x32-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property